Changed scss colors to adapt to be the same as box-background and card-background.

This commit is contained in:
Chris 2018-01-12 23:12:45 -05:00
parent 4b7012be6b
commit 3d2626c69c

View File

@ -3,8 +3,8 @@ $background: darken($dark, 8);
$navbar-background-color: $dark;
$box-background-color: darken($dark, 5);
$card-background-color: darken($dark, 5);
$box-background-color: $info;
$card-background-color: $info;
$text: $white;
$text-light: $white;