From abd670322bc979253b1009c8a24bc27b970c3344 Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Thu, 26 Feb 2026 07:24:46 -0500 Subject: [PATCH] feat: Update button styles for improved visibility and interaction in navigation --- theme/assets/css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index 29b6d42..944263e 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -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 {