diff --git a/css/style.css b/css/style.css index 45cad37..e2ade45 100644 --- a/css/style.css +++ b/css/style.css @@ -280,7 +280,31 @@ button:active { max-height: 100%; padding: 15px; } +/* List Styles for FAQ */ +.faq-answer ul, +.faq-answer ol { + padding-left: 20px; + margin: 15px 0; + list-style-position: inside; + color: var(--cyber-font-color); +} +.faq-answer li { + margin-bottom: 10px; + line-height: 1.6; +} + +.faq-answer ul { + list-style-type: disc; +} + +.faq-answer ol { + list-style-type: decimal; +} + +.faq-answer li::marker { + color: var(--cyber-highlight-color); +} /* Credits Section */ .credits-section { background-color: var(--cyber-faq-bg-color);