Fix hover brightness to have same behavior on both Firefox and Chrome
This commit is contained in:
parent
5b7aa6ef72
commit
87e9503daf
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue