Skip to content

Commit 901c747

Browse files
committed
Dark mode: fix contrast of footer highlight
1 parent bc3cf1b commit 901c747

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)