From 1e91c4f3aaafed2a0891fa741a22043ff2aa083f Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 12 Mar 2009 02:09:14 +0100 Subject: Topbar light blue and text blue. --- local.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/local.css b/local.css index 82830914..c9f4d649 100644 --- a/local.css +++ b/local.css @@ -25,12 +25,12 @@ DIV.header span { } DIV.pageheader { - background-color: #00f; + background-color: light blue; } DIV#topbar { float: right; - background-color: #00f; + background-color: light blue; margin: 0; padding: 0; text-align: center; @@ -39,7 +39,7 @@ DIV#topbar { DIV#topbar a { text-decoration: none; - color: white; + color: #00f; } DIV#topbar ul { @@ -53,13 +53,13 @@ DIV#topbar ul { DIV#topbar ul li { display: inline; - color: white; + color: #00f; font-weight: bold; margin: 0 5%; } DIV#topbar a:hover { - color: lightblue; + color: white; } DIV#topbar span.selflink { -- cgit v1.2.3