From c39a9f14456cfe2caabe676ef0863913773da358 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 24 Aug 2023 21:20:16 +0300 Subject: [PATCH] Dark mode: Also give aside.topic a dark background --- python_docs_theme/static/pydoctheme_dark.css | 1 + 1 file changed, 1 insertion(+) diff --git a/python_docs_theme/static/pydoctheme_dark.css b/python_docs_theme/static/pydoctheme_dark.css index 49a29e3..46a2c7a 100644 --- a/python_docs_theme/static/pydoctheme_dark.css +++ b/python_docs_theme/static/pydoctheme_dark.css @@ -103,6 +103,7 @@ div.warning { background-color: rgba(255, 0, 0, 0.5); } +aside.topic, div.topic, div.note, nav.contents {