Skip to content

Commit

Permalink
fix differing background colors in right sidebar [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
PH-KDX committed May 28, 2021
1 parent 22e1fff commit aaa2d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@

.wy-body-for-nav {
background-image: initial;
background-color: rgb(26, 28, 29);
background-color: rgb(24, 26, 27);
}

.wy-nav-side {
Expand Down Expand Up @@ -1335,7 +1335,7 @@

.wy-body-for-nav {
background-image: initial;
background-color: rgb(26, 28, 29);
background-color: rgb(24, 26, 27);
}

@media screen and (min-width: 1100px) {
Expand Down

0 comments on commit aaa2d6a

Please sign in to comment.