darkmode now applies to headers
parent
6a998b2702
commit
7bdb857223
|
@ -301,7 +301,11 @@ footer {
|
|||
|
||||
.dark-content {
|
||||
background-color: black;
|
||||
color: white;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.dark-content *{
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.frontPage {
|
||||
|
|
Loading…
Reference in New Issue