Fix black text in dark mode dropdowns

Closes #145
main
Ben Busby 2020-12-15 10:48:29 -05:00
parent 5b5c2588ed
commit 3978241d28
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2
1 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,14 @@ div {
color: #fff !important;
}
li a {
color: #4b8eaa !important;
}
li {
color: #fff !important;
}
a:visited h3 div {
color: #bbbbff !important;
}