From a84d063497eff7752cad713c2ca1637570f9b5bf Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Mon, 28 Apr 2025 13:41:58 -0500 Subject: [PATCH] Fix for Issue #25 --- bookface_light.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bookface_light.css b/bookface_light.css index d92672c..c8248a0 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -1,6 +1,6 @@ /* Name : Bookface Light - Version : 1.6.5 + 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 @@ -1125,6 +1125,9 @@ ul.nav-tabs { color: var(--nav-icon-color) !important; } .wall-item-actions button:hover { + filter: brightness(.75); + } + .wall-item-actions button.active { color: var(--link-color) !important; } .wall-item-actions .checkbox {