Hover link fix

This commit is contained in:
Brandon Rozek 2023-02-24 10:48:49 -05:00
parent 937733effd
commit 1ec8538520
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -339,7 +339,8 @@ main .e-content {
}
.e-content a:hover {
box-shadow: inset 1000px 0 0 0 var(--acent-color);
background-color: var(--acent-color);
/* box-shadow: inset 1000px 0 0 0 var(--acent-color); */
color: white;
}