Invert colors of info boxes in dark mode

This commit is contained in:
Kim Alvefur 2020-11-23 22:51:19 +01:00
parent ade694560c
commit 214b89bd55
1 changed files with 5 additions and 0 deletions

View File

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