8000 Dark mode: fix contrast of footer highlight · python/python-docs-theme@901c747 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 4 additions & 0 deletions
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)
0