Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 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);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did you come up with this new value?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it from the bottom half with Inspect Element; it also has a better contrast with the main text block. Several members of the Python Discord helped decide on it.

}

.wy-nav-side {
Expand Down Expand Up @@ -1333,11 +1333,6 @@
color: rgb(152, 143, 129);
}

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

@media screen and (min-width: 1100px) {
.wy-nav-content-wrap {
background-image: initial;
Expand Down