summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-03-23 18:17:49 +0100
committerrautenberg <rautenberg@in-silico.ch>2016-03-23 18:17:49 +0100
commitb4e70b2085747e3665223e4d962d9e6d0c3aca26 (patch)
treed3ec819dcbbc539fed155b09d08498d4fb9d4a2c
parent07cd0ae7562e33cac606d2156376f19e5c60189f (diff)
adjust code background to new markdown interpreter
-rw-r--r--assets/themes/twitter/css/syntax.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/themes/twitter/css/syntax.css b/assets/themes/twitter/css/syntax.css
index 2774b76..fad5721 100644
--- a/assets/themes/twitter/css/syntax.css
+++ b/assets/themes/twitter/css/syntax.css
@@ -1,4 +1,4 @@
-.highlight { background: #ffffff; }
+.highlight { background: #efefef; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */