diff --git a/python_docs_theme/static/pydoctheme_dark.css b/python_docs_theme/static/pydoctheme_dark.css index 7882a67..8bdddf6 100644 --- a/python_docs_theme/static/pydoctheme_dark.css +++ b/python_docs_theme/static/pydoctheme_dark.css @@ -104,7 +104,8 @@ div.warning { } div.topic, -div.note { +div.note, +nav.contents { background-color: rgba(255, 255, 255, 0.1); border-color: currentColor; }