fix hover color

This commit is contained in:
Pavlo Rudy 2023-07-12 23:40:34 +03:00 committed by GitHub
parent 57bad91360
commit a30b2b78ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ a:focus { box-shadow: 0 0 0 3px {{ site.colors.purple }}cc; }
a:hover {
color: #fff;
color: #fff !important;
margin: 0 -.25rem;
padding: 0 .25rem;
box-shadow: inset 500px 0 0 0 #1A5FB4;