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); }