Merge pull request #1012 from Zash/css-tweak-box

Invert colors of info boxes in dark mode
This commit is contained in:
Jonas Schäfer 2020-11-24 19:01:06 +01:00 committed by GitHub
commit 441c856d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1706,6 +1706,11 @@
background-color: #282828; background-color: #282828;
} }
.box {
color: #ccc;
background-color: #282828;
}
nav#toc ol.toc li { nav#toc ol.toc li {
background-color: rgba(255, 255, 255, 0.05); background-color: rgba(255, 255, 255, 0.05);
} }