From a04a587339fe39665df19813210e1a43360996d6 Mon Sep 17 00:00:00 2001 From: John J McGowan Date: Mon, 7 Nov 2016 16:03:48 -0500 Subject: [PATCH] Update Admin-Redesign.css unvisited links really hurt the eyes cause they were blue so i change it to white --- HTML_and_CSS/Admin-Redesign.css | 1 + 1 file changed, 1 insertion(+) diff --git a/HTML_and_CSS/Admin-Redesign.css b/HTML_and_CSS/Admin-Redesign.css index 67863a3..50cf8c3 100644 --- a/HTML_and_CSS/Admin-Redesign.css +++ b/HTML_and_CSS/Admin-Redesign.css @@ -25,6 +25,7 @@ a{ } a:link, a:visited{ background-color:#7881a1; + color:white; } a:hover, a:active{ background-color:#aaaaaa;