Fixed buttons hover style

This commit is contained in:
kvakazyambra 2023-05-17 21:58:36 +03:00
parent afcebb10b1
commit 7fca709203

View File

@ -253,8 +253,11 @@
}
&:hover {
background: #fff;
color: #000;
.icon img {
filter: invert(0.7);
filter: invert(0);
}
}
}