From 9c17a7a1407e4fced9c35b3b5df13624779df754 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Sep 2012 20:49:10 +0000 Subject: Use neutral colours for header and footer. --- doc/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/style.css') diff --git a/doc/style.css b/doc/style.css index 0bca02e..c7a6280 100644 --- a/doc/style.css +++ b/doc/style.css @@ -52,7 +52,7 @@ h6 { font-weight: 450; } #header { - background-color: #ECF3F1; + background-color: #F3F3F3; border: 0; border-bottom: 1px solid #DDD; margin: 0 0 1em 0; @@ -320,7 +320,7 @@ blockquote { margin: 2em 0 0; padding: 0 1em 1em 1em; vertical-align: top; - background-color: #ECF3F1; + background-color: #F3F3F3; border-top: 1px solid #DDD; } #footer div { -- cgit v1.2.1