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 <noreply@anthropic.com>
This commit is contained in:
Mark Eaton
2026-02-22 01:04:12 -05:00
co-authored by Claude Opus 4.6
parent 1e3b62d942
commit 91559e3660
+3
View File
@@ -192,6 +192,9 @@
background-color: var(--kbccblue) !important; background-color: var(--kbccblue) !important;
background: var(--kbccblue) !important; background: var(--kbccblue) !important;
color: white; 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"] .navbar-light .navbar-nav > li > a,
[data-bs-theme="dark"] .caret-text { [data-bs-theme="dark"] .caret-text {