From a0969f9d4fc2dac1fe0b543db5dae3efb7f419ee Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 22 Oct 2008 15:50:38 +0200 Subject: White links in topbar. --- local.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index 156eebc..165c957 100644 --- a/local.css +++ b/local.css @@ -2,6 +2,7 @@ /* Add local styling here, instead of modifying style.css. */ + .header { background-color: green; color: white; @@ -32,6 +33,12 @@ div#topbar ol li { margin-bottom: 0; } +div#topbar a, +div#topbar a:hover, +div#topbar a:visited { + color: white; +} + div#pageinfo { margin: 15em 0 0; padding: 2px 20px; -- cgit v1.2.3