Fix hover brightness to have same behavior on both Firefox and Chrome

rust
Elnu 3 years ago
parent 5b7aa6ef72
commit 87e9503daf

@ -290,6 +290,9 @@ a {
a:hover {
border-bottom: 2px solid;
}
a:hover img {
filter: brightness(1.25);
}

Loading…
Cancel
Save