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

Invert colors of info boxes in dark mode
master
Jonas Schäfer 3 years ago committed by GitHub
commit 441c856d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}

Loading…
Cancel
Save