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

View File

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