From 9d0ba2ad10c7c647b115183926218390ddad73a6 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 20 Mar 2025 19:37:33 -0500 Subject: [PATCH] Fix for More... drop menu rollovers --- bookface_dark.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bookface_dark.css b/bookface_dark.css index c98f50c..5e06b65 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1,8 +1,8 @@ /* Name : Bookface Dark - Version : 1.5.14 + Version : 1.5.15 Licence : AGPL - Created on : 19 Mar 2025 + Created on : 20 Mar 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml */ @@ -170,6 +170,14 @@ ul.tabs li { background-image: none !important; border-radius: 8px ; } + .dropdown-menu li a, + .dropdown-menu li .btn-link { + color: var(--font-color); + } + .dropdown-menu > li > a.btn-link:hover, + .dropdown-menu > li > a.btn-link:focus { + color: #333 !important; + } .dropdown-menu > li.active, .dropdown-menu > li.active:hover, .dropdown-menu > li.active:focus {