Skip to content

Commit

Permalink
Merge pull request #128 from hugovk/dark-mode-img.invert-in-dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Apr 30, 2023
2 parents e3ef253 + cfa1780 commit 5646c93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python_docs_theme/static/pydoctheme_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,7 @@ div.note {
.nav-content {
background-color: black;
}

img.invert-in-dark-mode {
filter: invert(1) hue-rotate(.5turn);
}

0 comments on commit 5646c93

Please sign in to comment.