fix buttonlist hover color change

This commit is contained in:
Akbar Rahman 2022-04-13 03:14:11 +01:00
parent 0a3b787cb6
commit a8f04a0b18
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

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