Make visited links more obviously so

This commit is contained in:
Neale Pickett 2015-03-24 21:19:01 +00:00
parent 584ab1a540
commit e0f519e08f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ a {
text-decoration: none; text-decoration: none;
} }
a:visited { a:visited {
color: #2aa; color: #579;
} }
a:hover { a:hover {
color: #f83; color: #f83;