feat: Improve button styles and update nav-contact class handling for better consistency

This commit is contained in:
Matt Batchelder
2026-02-26 07:27:04 -05:00
parent abd670322b
commit 7f8c0e32e4
2 changed files with 10 additions and 8 deletions

View File

@@ -372,13 +372,16 @@ p:last-child { margin-bottom: 0; }
justify-content: center !important;
text-align: center;
padding: .6rem 1.8rem !important;
padding-bottom: .6rem !important;
font-size: .85rem;
border-radius: 50px;
color: #fff !important;
line-height: 1;
}
.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; }
.nav-contact a.btn::after { display: none !important; } /* Remove underline animation from button */
.site-header.scrolled .nav-contact a.btn,
.site-header.over-light-hero:not(.scrolled) .nav-contact a.btn,
.site-header.scrolled .nav-menu .nav-contact > a.btn { color: #fff !important; }
/* ── Dropdown sub-menu ─────────────────────────────────────── */
.nav-menu > li {