added forum buttons hover

This commit is contained in:
Václav Šmejkal 2024-05-10 16:06:44 +02:00
parent e8be5cc175
commit f3ce4d6902
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -43,4 +43,9 @@ body
img + img
{
margin-left: 0.25vh;
}
img:hover
{
filter: invert(25%);
}