From eff575c58055782b01def6651ef9878de5896daa Mon Sep 17 00:00:00 2001 From: Kees Bakker Date: Tue, 7 Oct 2008 20:47:05 +0000 Subject: [PATCH] Change color of links (was white, and invisible). This Nebraska needs a lot more work to make it as usable as in branch30. What happened? svn: r11130 --- src/data/Web_Nebraska.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/Web_Nebraska.css b/src/data/Web_Nebraska.css index 39cd1097b..14ad9689c 100644 --- a/src/data/Web_Nebraska.css +++ b/src/data/Web_Nebraska.css @@ -153,14 +153,14 @@ ol li a:hover { text-decoration:underline; } a { - color:#FFF; + color:#542; } a:visited { - color:#FFF; + color:#542; } a:hover { background-color:#A97; - color:#FFF; + color:#542; text-decoration:underline; }