From 856d04bd162dcb7cc6f3ef411cfcf319ee229656 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sun, 24 May 2026 22:29:25 +0200 Subject: [PATCH] Fixed on-hover button style --- webui/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webui/style.css b/webui/style.css index f1e352e..ac1dd6d 100644 --- a/webui/style.css +++ b/webui/style.css @@ -144,6 +144,13 @@ input, box-shadow: inset 3px 0 0 var(--accent); } +.nav-link.active:hover, +.button.primary:hover, +.content-tab.active:hover { + background: var(--panel); + color: var(--accent); +} + .button.danger { color: var(--danger); }