Ensure links don't revert to underlined and unbold after visitation in dark theme.

This commit is contained in:
z3d
2009-07-22 21:37:56 +00:00
parent b4256e484a
commit 64ece1080c

View File

@ -300,10 +300,16 @@ a:link, h2 a:link{
a:visited{
color: #7bb;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
}
a:hover{
color: #f60;
text-decoration: underline;
font-weight: bold;
word-wrap: break-word;
}
.links {