From 344b80d29d61b7846fbe1a767ce232f5bcfdc9dd Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 24 May 2024 19:12:51 +0200 Subject: [PATCH] fixed forum post hover --- res/forum/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/forum/style.css b/res/forum/style.css index 08b3aad..bd880b0 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -45,12 +45,12 @@ body border-collapse: collapse; } -img + img +#upper_panel img + img { margin-left: 0.25vh; } -img:hover +#upper_panel img:hover { filter: invert(25%); }