Tweaked SCSS for production.

This commit is contained in:
Chris 2018-01-14 00:04:19 -05:00
parent 0f0dfa40d3
commit 67679a987f

View file

@ -1,8 +1,7 @@
/* Yuzu uses a dark theme by default */
$background: darken($dark, 8);
$navbar-background-color: $dark;
$navbar-item-color: $black;
$navbar-item-color: $white;
$navbar-item-hover-background-color: $black;
$navbar-item-hover-color: $white;