From 40a01ef66578dda21368440916d3fe4bd0e508ae Mon Sep 17 00:00:00 2001 From: seaznCode Date: Tue, 27 Jan 2026 19:25:55 +0100 Subject: [PATCH] fix: update admin navigation styles for improved accessibility and dark mode support --- src/app/components/nav/Header.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/components/nav/Header.tsx b/src/app/components/nav/Header.tsx index e104ef3..81436d0 100644 --- a/src/app/components/nav/Header.tsx +++ b/src/app/components/nav/Header.tsx @@ -723,42 +723,42 @@ export default function Header({ setGlobalLoggingOut }: HeaderProps) { {/* Admin navigation – LAST */} {isAdmin && ( -
+
-

+

Admin Navigation

-
+
{DISPLAY_MATRIX && ( )} @@ -766,13 +766,13 @@ export default function Header({ setGlobalLoggingOut }: HeaderProps) { <> @@ -781,21 +781,21 @@ export default function Header({ setGlobalLoggingOut }: HeaderProps) { {DISPLAY_POOLS && ( )} {DISPLAY_NEWS && ( @@ -805,7 +805,7 @@ export default function Header({ setGlobalLoggingOut }: HeaderProps) { {isAdminOrSuper && (