️ style: increase contrast for link hover

This commit is contained in:
welpo 2023-03-06 21:57:29 +01:00
parent 283f3d3934
commit e51f5318d6
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
3 changed files with 4 additions and 3 deletions

View file

@ -55,7 +55,7 @@ footer nav {
.social {
&:hover {
&>img {
filter: invert(1);
filter: invert(0);
}
}