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 */
|
/* Contact button in nav */
|
||||||
.nav-contact a.btn {
|
.nav-contact a.btn {
|
||||||
|
display: flex !important;
|
||||||
|
align-items: center !important;
|
||||||
|
justify-content: center !important;
|
||||||
padding: .6rem 1.8rem;
|
padding: .6rem 1.8rem;
|
||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
display: flex;
|
color: #fff !important;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
.nav-contact a.btn::after { display: none; } /* Remove underline animation from button */
|
.nav-contact a.btn::after { display: none; } /* Remove underline animation from button */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user