From f5383f27c7b55523b8f073bb4a286140c58b39d4 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sat, 12 Feb 2022 15:34:55 -0600 Subject: [PATCH] changed a hover color to be not transparent, providing better coverage and accessibility --- static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index 84f582f..28dfd9a 100644 --- a/static/index.css +++ b/static/index.css @@ -81,7 +81,7 @@ a::after { right: 0; bottom: 0; transition: 102ms cubic-bezier(0, 0.86, 0.1, 1); - background-color: rgba(255, 233, 0, 0.6); + background-color: rgba(255, 222, 0); } a:hover:after {