From 0d054f16c45f1c66d15bf831e179557459dd6c69 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 30 Jul 2021 17:50:19 +0200 Subject: [PATCH] docs: Remove background from pygments For some reason I've seen one version of firefox use this over the one we set in pydoctheme.css. Since we set it there in both light and dark mode, this one should not be used. --- doc_src/python_docs_theme/static/pygments.css | 1 - 1 file changed, 1 deletion(-) diff --git a/doc_src/python_docs_theme/static/pygments.css b/doc_src/python_docs_theme/static/pygments.css index fba518fad..b213f5d1f 100644 --- a/doc_src/python_docs_theme/static/pygments.css +++ b/doc_src/python_docs_theme/static/pygments.css @@ -1,5 +1,4 @@ .highlight .hll { background-color: #ffffcc } -.highlight { background: #f8f8f8; } .highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */ .highlight .k { color: #204a87; font-weight: bold } /* Keyword */ .highlight .o { color: #00a6b2; } /* Operator */