Fixed on-hover button style

This commit is contained in:
2026-05-24 22:29:25 +02:00
parent d49fe28f08
commit 856d04bd16
+7
View File
@@ -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);
}