From 446888905cfded7aeb4daa651b02ba0ba41cd7c0 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 20 Feb 2025 04:08:41 +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 ba623b8..52c2a6d 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -304,7 +304,7 @@ #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;