Skip to content

Commit 468e4ba

Browse files
Remove border of the contact us button of the nav bar.
1 parent 0f32029 commit 468e4ba

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/css/custom.css

+1-7
Original file line numberDiff line numberDiff line change
@@ -549,20 +549,14 @@ a.menu__link:active {
549549
.contact {
550550
background-color: var(--ifm-color-primary-p1);
551551
color: var(--ifm-color-text-on-primary-p1);
552-
border: transparent;
553-
border-width: 2px;
554552
border-radius: 4px;
555553
font-weight: bolder;
554+
font-style: normal;
556555
margin: var(--ifm-navbar-item-padding-vertical) 20px;
557556
}
558557

559558
.contact:hover {
560559
background-color: white;
561-
border: solid;
562-
border-width: 2px;
563-
border-radius: 4px;
564-
border-color: var(--ifm-color-primary-p80);
565-
font-style: normal;
566560
}
567561

568562
.custom_navbar_item {

0 commit comments

Comments
 (0)