Merge pull request #18 from LeoOuyang24/LeoOuyang24-main

improved dark mode appearance
pull/21/head
LeoOuyang24 2022-04-08 10:05:40 -07:00 committed by GitHub
commit 36350fa45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",