CSS workaround for Pygments bug (Python 3 can too lex Unicode variables)
authorM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Mon, 2 Sep 2019 05:49:17 +0000 (22:49 -0700)
committerM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Mon, 2 Sep 2019 05:49:17 +0000 (22:49 -0700)
theme/static/css/pygment.css

index 594b0fa..bd928bc 100644 (file)
@@ -6,7 +6,11 @@ color:#408090;
 font-style:italic;
 }
 .err {
 font-style:italic;
 }
 .err {
-border:1px solid #FF0000;
+    /* Pygments (https://bitbucket.org/birkenfeld/pygments-main/) is counting */
+    /* Greek letters as an error?! I may want to write a patch for this and   */
+    /* email it upstream (or create a Bitbucket account if I really have to). */
+    /* In the meantime, don't style it. */
+    /* border:1px solid #FF0000; */
 }
 .k {
 color:#007020;
 }
 .k {
 color:#007020;