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
This commit is contained in:
Kees Bakker 2008-10-07 20:47:05 +00:00
parent 5e8b724872
commit eff575c580

View File

@ -153,14 +153,14 @@ ol li a:hover {
text-decoration:underline; text-decoration:underline;
} }
a { a {
color:#FFF; color:#542;
} }
a:visited { a:visited {
color:#FFF; color:#542;
} }
a:hover { a:hover {
background-color:#A97; background-color:#A97;
color:#FFF; color:#542;
text-decoration:underline; text-decoration:underline;
} }