From 2b40b192c723773f7d72fe41454289000cf0c347 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 20 Feb 2025 04:09:48 +0000 Subject: [PATCH] Fix for Issue #9 --- bookface_dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookface_dark.css b/bookface_dark.css index fd25848..77a460a 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -304,7 +304,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;