From b487f8b662fe6dd557a341e6ceca73ff842a9958 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 1 Jun 2022 20:44:53 +0200 Subject: [PATCH] docs: Darker border color for dark mode code blocks --- doc_src/python_docs_theme/static/pydoctheme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc_src/python_docs_theme/static/pydoctheme.css b/doc_src/python_docs_theme/static/pydoctheme.css index 66b5147be..f8f3ad99b 100644 --- a/doc_src/python_docs_theme/static/pydoctheme.css +++ b/doc_src/python_docs_theme/static/pydoctheme.css @@ -467,6 +467,10 @@ div.body .internal.reference:link { color: inherit; } + div.body pre { + border: 1px solid #536; + } + .footnote, .footnote-reference { background-color: #101020; }