From e0f519e08f157cd9a7d5f8a5b0b980044fa8f6d3 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 24 Mar 2015 21:19:01 +0000 Subject: [PATCH] Make visited links more obviously so --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 46fdbe5..1c76866 100644 --- a/css/default.css +++ b/css/default.css @@ -36,7 +36,7 @@ a { text-decoration: none; } a:visited { - color: #2aa; + color: #579; } a:hover { color: #f83;