From ee64a0e7fa3af01ec5f1af7e290c76aece799883 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 9 Mar 2024 19:51:06 +0200 Subject: [PATCH] fix hovered span --- files/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index a899153ba..435151b27 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -329,7 +329,7 @@ a { text-decoration: none; background-color: transparent; } -a:hover { +a:hover, a:hover span { color: var(--primary); text-decoration: underline; }