Skip to content

Commit 5646c93

Browse files
authored
Merge pull request #128 from hugovk/dark-mode-img.invert-in-dark-mode
2 parents e3ef253 + cfa1780 commit 5646c93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python_docs_theme/static/pydoctheme_dark.css

+4
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,7 @@ div.note {
120120
.nav-content {
121121
background-color: black;
122122
}
123+
124+
img.invert-in-dark-mode {
125+
filter: invert(1) hue-rotate(.5turn);
126+
}

0 commit comments

Comments
 (0)