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:
parent
5e8b724872
commit
eff575c580
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user