aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/syntax.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-07-01 02:34:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-07-01 02:34:53 +0300
commit61f6047717da2a7d62153e277459b47b98170b98 (patch)
tree499266ebad3af79495a9ab0662617dc67746d9f9 /css/syntax.css
parentcss: code style (diff)
downloadjekyll-theme-61f6047717da2a7d62153e277459b47b98170b98.tar.gz
jekyll-theme-61f6047717da2a7d62153e277459b47b98170b98.zip
lighter background-color of <pre> and <code>
Diffstat (limited to '')
-rw-r--r--css/syntax.css3
1 files changed, 1 insertions, 2 deletions
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 */