Added navbar styles for item.

This commit is contained in:
Chris 2018-01-13 23:53:14 -05:00
parent be013b7876
commit 0f0dfa40d3

View file

@ -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;