From c9a5feb35e29206c39e46f9f0e72bf2abc5fe112 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 23 Jan 2010 18:14:12 +1100 Subject: [PATCH] Tone down the blackness of the header a bit --- output/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/css/style.css b/output/css/style.css index 952ae83..76a199e 100644 --- a/output/css/style.css +++ b/output/css/style.css @@ -102,7 +102,7 @@ pre { -webkit-border-bottom-right-radius: 1em; -moz-border-bottom-right-radius: 1em; border-bottom-right-radius: 1em; - background-color: black; + background-color: #1C1C1C; } #header a { text-decoration: none;