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

This commit is contained in:
Elnu 2022-02-18 12:30:18 -08:00
parent 5b7aa6ef72
commit 87e9503daf

View file

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