fixed color of visited links

This commit is contained in:
dechutes 2003-05-07 22:37:01 +00:00
parent 7d215a6802
commit a38f7d9f57
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ color:darkblue;
text-decoration:none;
}
a:visited {
color:darkblue;
text-decoration:none;
}
a:hover {
color:red;
text-decoration:none;