fixed typos in faq, changed color font to see better questions in faq

This commit is contained in:
mik-tf
2024-11-10 19:01:47 -05:00
parent f86c0a2a2b
commit 08e0a79204
3 changed files with 29 additions and 21 deletions

View File

@@ -109,6 +109,14 @@ summary {
outline: none;
}
.faq-section details summary {
color: #96989ead; /* ThreeFold blue color */
}
.faq-section details summary:before {
color: #2a2a2c; /* Makes the arrow icon match */
}
summary::marker {
display: none;
}