From baf805493b281abecb5689ccfc10ec5991478d32 Mon Sep 17 00:00:00 2001 From: litemotiv Date: Fri, 7 Feb 2025 14:49:10 +0100 Subject: [PATCH] Change hover to underline --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 8764700..1f62d2e 100644 --- a/style.css +++ b/style.css @@ -178,8 +178,8 @@ code > span.fl { [data-op="100"] { opacity:100%; } .user-list a:hover { - background:#f70; - color:#000; + text-decoration:underline; + color:#f70; } .user-list b {