diff --git a/src/scss/yuzu/yuzu_after_derived.scss b/src/scss/yuzu/yuzu_after_derived.scss index f23eb123..f918b3b0 100644 --- a/src/scss/yuzu/yuzu_after_derived.scss +++ b/src/scss/yuzu/yuzu_after_derived.scss @@ -2,7 +2,9 @@ $background: darken($dark, 8); $navbar-background-color: $dark; -$navbar-item-color: $white; +$navbar-item-color: $black; +$navbar-item-hover-background-color: $black; +$navbar-item-hover-color: $white; $box-background-color: $info; $card-background-color: $info;