From 247b13bd846304e5a6b411c00812a6ef1a75b569 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 20 Feb 2025 04:09:16 +0000 Subject: [PATCH] Fix for Issue #9 --- bookface_auto.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookface_auto.css b/bookface_auto.css index 52c2a6d..31cce7b 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -2541,7 +2541,7 @@ header #banner { #content .nav > li > .btn-link:hover, #content .nav > li > .btn-link:focus { background-color: var(--link-color); - color: white; + color: white !important; } #topbar-first #nav-notifications-menu { border: 1px solid var(--background-color) !important;