From 357efd4a89ef5c39ec81aa75d7bc46d94a5fa257 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 11 Nov 2009 09:34:55 +0100 Subject: back to a little darker gray for navigation --- public/stylesheets/ccc.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index e4b8067..39f063a 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -77,7 +77,7 @@ div.main_navigation a.active { } div.main_navigation a.inactive { - color: #CCCCCC; + color: #aeadad; text-transform: lowercase; font-size: 13px; } @@ -89,9 +89,9 @@ div#frontpage_calendar { } div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { - color: #CCCCCC; - border-top: 2px solid #CCCCCC; - border-bottom: 2px solid #CCCCCC; + color: #aeadad; + border-top: 2px solid #aeadad; + border-bottom: 2px solid #aeadad; font-size: 16px; padding-top: 2px; padding-bottom: 2px; -- cgit v1.3