fixed color of visited links
This commit is contained in:
parent
7d215a6802
commit
a38f7d9f57
|
@ -42,6 +42,11 @@ color:darkblue;
|
|||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:darkblue;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color:red;
|
||||
text-decoration:none;
|
||||
|
|
Loading…
Reference in New Issue