From 4e7d5e8be7022f39c0d531f7ddd30ab0b4a8845c Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Mon, 28 Apr 2025 13:44:01 -0500 Subject: [PATCH] Fix for Issue #25 --- bookface_dark.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bookface_dark.css b/bookface_dark.css index 2424838..71cd47f 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1,6 +1,6 @@ /* Name : Bookface Dark - Version : 1.6.6 + Version : 1.6.7 Licence : AGPL Created on : 28 APR 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml @@ -1124,9 +1124,12 @@ aside .widget li:hover { font-size: 24px !important; color: var(--nav-icon-color) !important; } - .wall-item-actions button:hover { - color: var(--link-color) !important; - } + .wall-item-actions button:hover { + filter: brightness(1.25); + } + .wall-item-actions button.active { + color: var(--link-color) !important; + } .wall-item-actions .checkbox { padding-top: 6px !important; }