changed a hover color to be not transparent, providing better coverage and accessibility
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user