Skip to content

Commit 2c4de5a

Browse files
authored
Merge pull request #162 from hugovk/fix-dark-mode-footer-highlight-contrast
2 parents bc3cf1b + 901c747 commit 2c4de5a

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
@@ -60,6 +60,10 @@ span.highlighted {
6060
background-color: #616161;
6161
}
6262

63+
.footnote:target {
64+
background-color: #2c3e50;
65+
}
66+
6367
/* Below for most things in text */
6468

6569
dl.field-list > dt {

0 commit comments

Comments
 (0)