From 41f0cb0958dac952e13e7632e086c030c392d295 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 11 May 2025 10:03:11 +0300 Subject: [PATCH] .user-header: use `font-weight: 600` Signed-off-by: XhmikosR --- style/pi-hole.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/pi-hole.css b/style/pi-hole.css index e95dfdac..653674c0 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -908,6 +908,7 @@ body:not([class*="lcars"]) .navbar-nav > .user-menu > .dropdown-menu > li.user-header { height: auto; padding: 15px 15px 5px; + font-weight: 600; } .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {