fix differing background colors in right sidebar [ci skip]

This commit is contained in:
PH-KDX 2021-05-28 02:12:09 +02:00
parent 22e1fff754
commit aaa2d6a77d
No known key found for this signature in database
GPG Key ID: 0798CE88E8F4C288

View File

@ -1275,7 +1275,7 @@
.wy-body-for-nav { .wy-body-for-nav {
background-image: initial; background-image: initial;
background-color: rgb(26, 28, 29); background-color: rgb(24, 26, 27);
} }
.wy-nav-side { .wy-nav-side {
@ -1335,7 +1335,7 @@
.wy-body-for-nav { .wy-body-for-nav {
background-image: initial; background-image: initial;
background-color: rgb(26, 28, 29); background-color: rgb(24, 26, 27);
} }
@media screen and (min-width: 1100px) { @media screen and (min-width: 1100px) {