summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-11-11 09:34:55 +0100
committerhukl <contact@smyck.org>2009-11-11 09:34:55 +0100
commit357efd4a89ef5c39ec81aa75d7bc46d94a5fa257 (patch)
tree11a6ea203378fe28ef8664f2fe42f3ab5a031eb8
parent17c0cbe9162613d4ad90c7eec49785c620f8f326 (diff)
back to a little darker gray for navigation
-rw-r--r--public/stylesheets/ccc.css8
1 files 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 {
77} 77}
78 78
79div.main_navigation a.inactive { 79div.main_navigation a.inactive {
80 color: #CCCCCC; 80 color: #aeadad;
81 text-transform: lowercase; 81 text-transform: lowercase;
82 font-size: 13px; 82 font-size: 13px;
83} 83}
@@ -89,9 +89,9 @@ div#frontpage_calendar {
89} 89}
90 90
91div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { 91div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 {
92 color: #CCCCCC; 92 color: #aeadad;
93 border-top: 2px solid #CCCCCC; 93 border-top: 2px solid #aeadad;
94 border-bottom: 2px solid #CCCCCC; 94 border-bottom: 2px solid #aeadad;
95 font-size: 16px; 95 font-size: 16px;
96 padding-top: 2px; 96 padding-top: 2px;
97 padding-bottom: 2px; 97 padding-bottom: 2px;