changed a hover color to be not transparent, providing better coverage and accessibility

This commit is contained in:
rawleyIfowler
2022-02-12 15:34:55 -06:00
parent 2df046eecf
commit f5383f27c7

View File

@@ -81,7 +81,7 @@ a::after {
right: 0; right: 0;
bottom: 0; bottom: 0;
transition: 102ms cubic-bezier(0, 0.86, 0.1, 1); 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 { a:hover:after {