From 40b4976702ed180b80297c4057a003fb6f89949a Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 5 Nov 2015 21:27:53 +0100 Subject: Adjust pre background color --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index d9038e7..2d2d5b2 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ pre, code, kbd { } pre { font-size: smaller; - background-color: #EEE; + background-color: #CDE; overflow: auto; padding: 1ex 2ex; } -- cgit v1.2.3