fix buttonlist hover color change

This commit is contained in:
2022-04-13 03:14:11 +01:00
parent 0a3b787cb6
commit a8f04a0b18

View File

@@ -26,4 +26,5 @@
.buttonlist li > a:hover * {
background: var(--bg);
color: var(--fg);
filter: brightness(0.75);
}