mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-18 08:43:56 +00:00
fix: apply hover effect to <a> aswell
This commit is contained in:
@@ -69,7 +69,8 @@
|
||||
letter-spacing: 0.01rem;
|
||||
}
|
||||
|
||||
div:hover {
|
||||
div:hover,
|
||||
a:hover {
|
||||
filter: brightness(85%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user