Improve darkmode button contrast, fix fonts

This commit is contained in:
2020-09-04 00:46:03 +00:00
parent 809806c8cd
commit 3dc90a272d
2 changed files with 14 additions and 8 deletions

View File

@@ -165,6 +165,12 @@ pre {
.darkmode-toggle {
z-index: 500;
background: black !important;
}
.darkmode-toggle--white {
z-index: 500;
background: grey !important;
}
.darkmode--activated .content img {