From 91559e366052b31ef35edc8e933986d88346cb27 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sun, 22 Feb 2026 01:04:12 -0500 Subject: [PATCH] style dark mode nav bar to match background image width and radius Adds border-radius: 5px and horizontal margins to align the dark mode nav bar with the background image below it. Uses margin-left and margin-right to preserve the existing margin-top: -20px. Co-Authored-By: Claude Opus 4.6 --- groups/home/bootstrap5/home1.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/groups/home/bootstrap5/home1.css b/groups/home/bootstrap5/home1.css index 94e4db7..256d89c 100644 --- a/groups/home/bootstrap5/home1.css +++ b/groups/home/bootstrap5/home1.css @@ -192,6 +192,9 @@ background-color: var(--kbccblue) !important; background: var(--kbccblue) !important; color: white; + border-radius: 5px; + margin-left: 12px; + margin-right: 12px; } [data-bs-theme="dark"] .navbar-light .navbar-nav > li > a, [data-bs-theme="dark"] .caret-text {