Skip to content

Commit

Permalink
Get rid of weird green background on code listings
Browse files Browse the repository at this point in the history
  • Loading branch information
begriffs committed May 2, 2018
1 parent c3f611b commit 3b88108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _static/css/pygments.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.highlight .hll { background-color: #ffffcc }
.highlight { background: #eeffcc; }
.highlight .hll { background-color: #fff }
.highlight { background: #fff; }
.highlight .c { color: #408090; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
Expand Down Expand Up @@ -62,4 +62,4 @@
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */

0 comments on commit 3b88108

Please sign in to comment.