|
@@ -9,10 +9,10 @@ $navbar-item-active-background-color: transparent !default
|
|
|
$navbar-item-img-max-height: 1.75rem !default
|
|
|
|
|
|
$navbar-tab-hover-background-color: transparent !default
|
|
|
-$navbar-tab-hover-border-bottom-color: $primary !default
|
|
|
-$navbar-tab-active-color: $primary !default
|
|
|
+$navbar-tab-hover-border-bottom-color: $link !default
|
|
|
+$navbar-tab-active-color: $link !default
|
|
|
$navbar-tab-active-background-color: transparent !default
|
|
|
-$navbar-tab-active-border-bottom-color: $primary !default
|
|
|
+$navbar-tab-active-border-bottom-color: $link !default
|
|
|
$navbar-tab-active-border-bottom-style: solid !default
|
|
|
$navbar-tab-active-border-bottom-width: 3px !default
|
|
|
|
|
@@ -28,7 +28,7 @@ $navbar-dropdown-boxed-shadow: 0 8px 8px rgba($black, 0.1), 0 0 0 1px rgba($blac
|
|
|
|
|
|
$navbar-dropdown-item-hover-color: $black !default
|
|
|
$navbar-dropdown-item-hover-background-color: $background !default
|
|
|
-$navbar-dropdown-item-active-color: $primary !default
|
|
|
+$navbar-dropdown-item-active-color: $link !default
|
|
|
$navbar-dropdown-item-active-background-color: $background !default
|
|
|
|
|
|
$navbar-divider-background-color: $border !default
|