Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't let pygments.css set a background for the body tag
  • Loading branch information
autarch committed Dec 25, 2015
1 parent 61f3747 commit e15d434
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion html/css/pygments.css
Expand Up @@ -2,7 +2,6 @@ td.linenos { background-color: #f0f0f0; padding-right: 10px; }
span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }
pre { line-height: 125%; }
body .hll { background-color: #ffffcc }
body { background: #f8f8f8; }
body .c { color: #408080; font-style: italic } /* Comment */
body .c-Singleline { color: #408080; font-style: italic } /* Comment */
body .err { border: 1px solid #FF0000 } /* Error */
Expand Down

0 comments on commit e15d434

Please sign in to comment.