From acda5772fd449e84fb883336c663896bb5ff97a4 Mon Sep 17 00:00:00 2001 From: sfisher Date: Wed, 20 Nov 2024 14:25:08 -0800 Subject: [PATCH] Changing this color is a bad idea since this applies a white color against a white or light gray background when tabbing through some items on the homepage and login form. (this is an additional item I found not mentioned in the accessibility assessment.) --- static_src/stylesheets/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static_src/stylesheets/main.css b/static_src/stylesheets/main.css index b9d4b2b5..03d898e6 100644 --- a/static_src/stylesheets/main.css +++ b/static_src/stylesheets/main.css @@ -313,7 +313,7 @@ a.home-banner__lead-button{ color: #FFFFFF; text-decoration: none; } a:hover, a:focus { - color: #FFFFFF; + /* color: #FFFFFF; */ text-decoration: underline; } a:focus { outline: thin dotted;