From 0817d000119c49fad92a2accca5871e922fdad53 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 17 Apr 2011 16:16:36 +0200 Subject: [PATCH] Change style for highlighted code --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 746ef5d5..9fa27a6b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -26,6 +26,11 @@ pre { background: #2e3436 url(img/radicale_back.png) 20% 60% no-repeat; } +.highlight pre { +background: #eeeeec; +text-shadow: 0 0 1px white; +} + nav ul { background: #a40000; color: white;