1
0
Fork 0

Increased saturation of visited link color

Better contrast with white background; easier on the eyes. Saturation
increased by 20 (from the original Tango value).
website
Mike Gerwitz 2014-03-12 22:27:25 -04:00
parent d97fd5bca4
commit c156c81419
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ a, a:active, a:link {
text-decoration: none;
}
a:visited {
color: #729fcf;
color: #488acf;
}
a:hover {
text-decoration: underline;