From: Don Armstrong Date: Thu, 15 Dec 2011 01:01:48 +0000 (-0800) Subject: * make the code background slightly darker X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=88b7172af38d7ce5253dd347b72ae104cfbbf598;ds=sidebyside * make the code background slightly darker --- 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;