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.
This commit is contained in:
Fabian Homborg 2021-07-30 17:50:19 +02:00
parent ac6507776f
commit 0d054f16c4

View file

@ -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 */