darkmode now applies to headers

pull/14/head
leo ouyang 2022-04-01 14:08:07 -04:00
parent 6a998b2702
commit 7bdb857223
1 changed files with 5 additions and 1 deletions

View File

@ -301,7 +301,11 @@ footer {
.dark-content {
background-color: black;
color: white;
color: white !important;
}
.dark-content *{
color: white !important;
}
.frontPage {