From bd4497986c6c8bfb007141013b442eaad265d089 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Thu, 23 Jul 2026 01:17:50 -0300 Subject: [PATCH] Fix header text color on the dropdown menu (top right corner) Signed-off-by: RD WebDesign --- style/pi-hole.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/pi-hole.css b/style/pi-hole.css index 4f0ec116..c4f3ce77 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -1076,6 +1076,7 @@ li:not(.menu-open) .nav-treeview .warning-count { height: auto; padding: 15px 15px 5px; font-weight: 600; + color: var(--bs-navbar-brand-color); } .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {