feat: Update button styles for improved visibility and interaction in navigation

This commit is contained in:
Matt Batchelder
2026-02-26 07:24:46 -05:00
parent f1206979cf
commit abd670322b

View File

@@ -370,12 +370,15 @@ p:last-child { margin-bottom: 0; }
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: .6rem 1.8rem;
text-align: center;
padding: .6rem 1.8rem !important;
font-size: .85rem;
border-radius: 50px;
color: #fff !important;
}
.nav-contact a.btn::after { display: none; } /* Remove underline animation from button */
.site-header.scrolled .nav-contact a.btn { color: #fff !important; }
.site-header.over-light-hero:not(.scrolled) .nav-contact a.btn { color: #fff !important; }
/* ── Dropdown sub-menu ─────────────────────────────────────── */
.nav-menu > li {