fix: apply hover effect to <a> aswell

This commit is contained in:
Ushie 2023-06-02 23:29:35 +03:00
parent 9a6797eca8
commit 1e06a0adb1
No known key found for this signature in database
GPG Key ID: 0EF73F1CA38B2D5F

View File

@ -69,7 +69,8 @@
letter-spacing: 0.01rem;
}
div:hover {
div:hover,
a:hover {
filter: brightness(85%);
}