[geany/www.geany.org] 00ccba: Update Pygments generated CSS rules

Enrico Tröger git-noreply at xxxxx
Fri Oct 8 09:22:10 UTC 2021


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Fri, 08 Oct 2021 09:22:10 UTC
Commit:      00ccbad061aa2a9c2124638370e56ec347949673
             https://github.com/geany/www.geany.org/commit/00ccbad061aa2a9c2124638370e56ec347949673

Log Message:
-----------
Update Pygments generated CSS rules


Modified Paths:
--------------
    pastebin/static/css/pygments.css

Modified: pastebin/static/css/pygments.css
7 lines changed, 6 insertions(+), 1 deletions(-)
===================================================================
@@ -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 */



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list