From f3ce4d690279c9549232b54299d2da9ade5042b2 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 10 May 2024 16:06:44 +0200 Subject: [PATCH] added forum buttons hover --- res/forum/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/forum/style.css b/res/forum/style.css index 2135fe6..661d506 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -43,4 +43,9 @@ body img + img { margin-left: 0.25vh; +} + +img:hover +{ + filter: invert(25%); } \ No newline at end of file