From 7ad911629980e163c8065124b19d7546d8566f10 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Thu, 25 Mar 2010 16:18:37 +0000 Subject: [PATCH] fix colours on links --- screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen.css b/screen.css index 8e7fda10..db1ab215 100644 --- a/screen.css +++ b/screen.css @@ -37,7 +37,7 @@ #bd h1{margin: 0;} - #content {height: 437px; position: relative; color: white;} + #content, #content a {height: 437px; position: relative; color: white !important;} #searchbox{position: absolute; top: 0; right: 0; line-height: 54px;} -- 2.25.1