From e48ebcb548061d534c80fa005b5477e5cad79586 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 02 Dec 2011 23:23:06 -0500 Subject: Lighten "a:visited" color a bit. --- (limited to 'main.css') diff --git a/main.css b/main.css index 930dc98..e2a6190 100644 --- a/main.css +++ b/main.css @@ -27,7 +27,7 @@ a { text-decoration: underline; } a:visited { - color: #6666EE; + color: #7777FF; text-decoration: underline; } a:hover { -- cgit v0.9.1