From dc28d602f8129cfca45b7907b9aa563cfd1a2aac Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Tue, 24 Jul 2012 16:33:52 +0200 Subject: [PATCH] don't use a black background for pre --- theme/static/css/main.css | 2 +- theme/static/css/pygment.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/static/css/main.css b/theme/static/css/main.css index e4600d2..ebd9388 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -97,7 +97,7 @@ dl {margin: 0 0 1.5em 0;} dt {font-weight: bold;} dd {margin-left: 1.5em;} -pre{background-color: #000; padding: 10px; color: #fff; margin: 10px; overflow: auto;} +pre{background-color: #eee; padding: 10px; color: #000; margin: 10px; overflow: auto;} /* Quotes */ blockquote { diff --git a/theme/static/css/pygment.css b/theme/static/css/pygment.css index 594b0fa..fdd056f 100644 --- a/theme/static/css/pygment.css +++ b/theme/static/css/pygment.css @@ -1,5 +1,5 @@ .hll { -background-color:#FFFFCC; +background-color:#eee; } .c { color:#408090;