feat: Update button styles for improved visibility and interaction in navigation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user