summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-03-23 18:18:50 +0100
committerrautenberg <rautenberg@in-silico.ch>2016-03-23 18:18:50 +0100
commit2f43a7201e020173a31baf0a3936beac1f4bc632 (patch)
treecee45452902874ce177a69c6137a8624d8e0583e
parentb4e70b2085747e3665223e4d962d9e6d0c3aca26 (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 fad5721..6a5241f 100644
--- a/assets/themes/twitter/css/syntax.css
+++ b/assets/themes/twitter/css/syntax.css
@@ -1,4 +1,4 @@
-.highlight { background: #efefef; }
+.highlight { background: #f5f5f5; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */