diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-01 02:34:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-01 02:34:53 +0300 |
commit | 61f6047717da2a7d62153e277459b47b98170b98 (patch) | |
tree | 499266ebad3af79495a9ab0662617dc67746d9f9 /css/syntax.css | |
parent | css: code style (diff) | |
download | jekyll-theme-61f6047717da2a7d62153e277459b47b98170b98.tar.gz jekyll-theme-61f6047717da2a7d62153e277459b47b98170b98.zip |
lighter background-color of <pre> and <code>
Diffstat (limited to 'css/syntax.css')
-rw-r--r-- | css/syntax.css | 3 |
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 */ |