feat: Update Contact button styling with important color declaration
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user