diff --git a/_sass/bootstrap/scss/_dropdown.scss b/_sass/bootstrap/scss/_dropdown.scss index dbb5941..b443c24 100644 --- a/_sass/bootstrap/scss/_dropdown.scss +++ b/_sass/bootstrap/scss/_dropdown.scss @@ -30,9 +30,11 @@ list-style: none; background-color: $dropdown-bg; background-clip: padding-box; - border: $dropdown-border-width solid $dropdown-border-color; + border: 0px solid $dropdown-border-color; // $dropdown-border-width from the 0px @include border-radius($dropdown-border-radius); @include box-shadow($dropdown-box-shadow); + font-family: "ManifoldDSA", sans-serif; + font-weight: bold; } @each $breakpoint in map-keys($grid-breakpoints) { @@ -125,8 +127,8 @@ width: 100%; // For `