Skip to content

Commit

Permalink
Update Pygments generated CSS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Oct 8, 2021
1 parent fced310 commit 00ccbad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pastebin/static/css/pygments.css
@@ -1,5 +1,10 @@
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; }
.highlight { background: #ffffff; }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
Expand Down

0 comments on commit 00ccbad

Please sign in to comment.