From 2e0fdb2b24671279659afc376f357118f91edc4d Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 22 May 2024 18:01:15 +0200 Subject: [PATCH] added username hover in admin --- res/forum/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/forum/style.css b/res/forum/style.css index d5501d4..1fa6029 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -75,6 +75,11 @@ img:hover margin-top: 1.5vh; } +.output:hover +{ + filter: invert(10%); +} + #buttons { position: absolute;