Make visited links more obviously so
This commit is contained in:
parent
584ab1a540
commit
e0f519e08f
|
@ -36,7 +36,7 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: #2aa;
|
||||
color: #579;
|
||||
}
|
||||
a:hover {
|
||||
color: #f83;
|
||||
|
|
Loading…
Reference in New Issue