From a8f04a0b183fd983bebb18ce38c1b6d388749ec6 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Wed, 13 Apr 2022 03:14:11 +0100 Subject: [PATCH] fix buttonlist hover color change --- modules/buttonlist.css | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/buttonlist.css b/modules/buttonlist.css index cf18e5f..e15a28f 100644 --- a/modules/buttonlist.css +++ b/modules/buttonlist.css @@ -26,4 +26,5 @@ .buttonlist li > a:hover * { background: var(--bg); color: var(--fg); + filter: brightness(0.75); }