From 88b7172af38d7ce5253dd347b72ae104cfbbf598 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 14 Dec 2011 17:01:48 -0800 Subject: [PATCH] * make the code background slightly darker --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index 3a1384f..a8a0774 100644 --- a/local.css +++ b/local.css @@ -538,7 +538,7 @@ hr { } code, pre { - background: #eee; + background: #abc; } pre { @@ -558,7 +558,7 @@ body { padding: 1em 2em; position: relative; overflow: hidden; - background: #eee; + background: #abc; border-color: #999; border-style: none none solid none; border-width: 1px; -- 2.39.2