dark mode no longer inverts colors

pull/19/head
leo ouyang 2022-04-15 11:59:27 -04:00
parent b130036f77
commit 5b478bf461
1 changed files with 6 additions and 3 deletions

View File

@ -302,15 +302,18 @@ footer {
.dark-content {
background-color: black;
color: #D4CECD
}
.dark-content footer, .dark-content header, .dark-content .search-results{
filter:invert(1);
.dark-content h1, .dark-content h2, .dark-content h3, .dark-content h4, .dark-content h5, .dark-content h6 {
color: #DDDDDD !important;
}
.dark-content small{
color: #A29D9C
}
.dark-content a{
filter: invert(1);
color: #58a0d3;
}