From 16db9a11516615270c7314cdc62c351bb053c376 Mon Sep 17 00:00:00 2001 From: Rakielle Date: Tue, 5 Nov 2024 09:14:49 +0000 Subject: [PATCH] Removed ul bullet points from the FAQ page --- css/index.css | 6 +++++- pages/faq.html | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index ab415c8..5f2b96b 100644 --- a/css/index.css +++ b/css/index.css @@ -405,13 +405,17 @@ header .subpage-description { .subpage-content ul li::before{ content: "\2022"; - color: #F2F2F2; + color: var(--bc-secondary); font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; } +.subpage-content .faq-list li::before { + content: none; +} + .subpage-content-push-right { margin: 0 0 16px; padding-left: 30px; diff --git a/pages/faq.html b/pages/faq.html index de79ef3..64526cb 100644 --- a/pages/faq.html +++ b/pages/faq.html @@ -92,7 +92,7 @@

FAQ

-
    +
    • Q. How is Uyuni pronounced?

      A. As /uju:ˈni/

      @@ -153,7 +153,7 @@
      Q. What are the main differences between Uyuni and Spacewalk right now?
      for details in real time, as we keep adding more and more.
    -
+