]> git.donarmstrong.com Git - don.git/commitdiff
* make the code background slightly darker
authorDon Armstrong <don@donarmstrong.com>
Thu, 15 Dec 2011 01:01:48 +0000 (17:01 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 15 Dec 2011 01:01:48 +0000 (17:01 -0800)
local.css

index 3a1384fe0e43d4738e8d57fb4316c240674ced76..a8a0774bdbe4dd8f1cf59ccf30547073703b5422 100644 (file)
--- 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;