feat: Update Contact button styling with important color declaration

This commit is contained in:
Matt Batchelder
2026-02-22 15:11:16 -05:00
parent c592c25e60
commit 60e4934f86

View File

@@ -366,13 +366,13 @@ p:last-child { margin-bottom: 0; }
/* Contact button in nav */
.nav-contact a.btn {
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: .6rem 1.8rem;
font-size: .85rem;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
color: #fff !important;
}
.nav-contact a.btn::after { display: none; } /* Remove underline animation from button */