mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
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:
parent
ac6507776f
commit
0d054f16c4
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue