summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-11-05 21:27:53 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-11-05 21:27:53 +0100
commit40b4976702ed180b80297c4057a003fb6f89949a (patch)
treee6c4761828a662d6625e5636de34aea600d06c30
parented1c9a830e54d040a88e4d574c192153cedb2f6d (diff)
Adjust pre background color
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
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;
}