From c156c81419fe3101adbdea466e960b186c98afe8 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 12 Mar 2014 22:27:25 -0400 Subject: [PATCH] Increased saturation of visited link color Better contrast with white background; easier on the eyes. Saturation increased by 20 (from the original Tango value). --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 37bde21..305ea65 100644 --- a/style.css +++ b/style.css @@ -34,7 +34,7 @@ a, a:active, a:link { text-decoration: none; } a:visited { - color: #729fcf; + color: #488acf; } a:hover { text-decoration: underline;