From: Don Armstrong <don@donarmstrong.com>
Date: Thu, 15 Dec 2011 01:02:54 +0000 (-0800)
Subject:  * make the code background slightly lighter
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=436d23ebf62916e1467523508c8b843b5481e0fe;p=don.git

 * make the code background slightly lighter
---

diff --git a/local.css b/local.css
index a8a0774..e9029ea 100644
--- a/local.css
+++ b/local.css
@@ -538,7 +538,7 @@ hr {
 }
 
 code, pre {
-	background: #abc;
+	background: #bcd;
 }
 
 pre {