Fix black text in dark mode dropdowns

Closes #145
pull/159/head
Ben Busby 4 years ago
parent 5b5c2588ed
commit 3978241d28
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2

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

Loading…
Cancel
Save