summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-30 12:33:57 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-30 12:33:57 +0200
commit1173fb22b7e01da46aea7a89924ba607cf638abc (patch)
tree6edd78068bef79b49d368773ffbc8b2e3d4e9b2e /static
parentf8839122a08c53abc030bbac8223819006a6e551 (diff)
downloadwww-1173fb22b7e01da46aea7a89924ba607cf638abc.tar.gz
www-1173fb22b7e01da46aea7a89924ba607cf638abc.tar.bz2
www-1173fb22b7e01da46aea7a89924ba607cf638abc.zip
better readability for code highlighting
Diffstat (limited to 'static')
-rw-r--r--static/css/syntax.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/syntax.css b/static/css/syntax.css
index dfd6072..55c82c5 100644
--- a/static/css/syntax.css
+++ b/static/css/syntax.css
@@ -1,4 +1,4 @@
-.highlight pre { background-color: #333; padding: 5px; display: inline-block;}
+.highlight pre { background-color: #333; padding: 5px; display: inline-block; color: #fff;}
.hll { background-color: #49483e }
.c { color: #75715e } /* Comment */
.err { color: #960050; background-color: #1e0010 } /* Error */