mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
fix differing background colors in right sidebar [ci skip]
This commit is contained in:
parent
22e1fff754
commit
aaa2d6a77d
|
@ -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 {
|
||||
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user