improved dark mode appearance

pull/18/head
leo ouyang 2022-04-08 13:00:12 -04:00
parent f28071eac8
commit b130036f77
1 changed files with 11 additions and 3 deletions

View File

@ -299,15 +299,23 @@ footer {
box-sizing: border-box;
}
.dark-content {
background-color: black;
color: white;
}
.dark-content *{
color: white;
.dark-content footer, .dark-content header, .dark-content .search-results{
filter:invert(1);
}
.dark-content a{
filter: invert(1);
color: #58a0d3;
}
.frontPage {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",