From 61f6047717da2a7d62153e277459b47b98170b98 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 1 Jul 2017 02:34:53 +0300 Subject: lighter background-color of
 and 

---
 css/syntax.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'css/syntax.css')

diff --git a/css/syntax.css b/css/syntax.css
index 73e2b40..855ae2c 100644
--- a/css/syntax.css
+++ b/css/syntax.css
@@ -1,6 +1,5 @@
-/* It's a slightly modified Pygments' "Autumn" theme. */
 .highlight .hll { background-color: #ffffcc }
-.highlight  { background: #fafafa; }
+.highlight  { background: #ffffff; }
 .highlight .c { color: #aaaaaa; font-style: italic } /* Comment */
 .highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */
 .highlight .k { color: #0000aa } /* Keyword */
-- 
cgit v1.2.3