use a darker background color for default cards

This commit is contained in:
Daniel Friesel 2019-05-16 20:32:33 +02:00
parent 84b32b28e9
commit 134a96208c
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
$bg-color: color('grey', 'darken-4') !default;
$bg-color: #101010 !default;
$info-color: color('yellow', 'darken-4');
$off-black: color('shades', 'white');
@ -12,7 +12,7 @@ $error-color: color('red', 'darken-2');
$input-border-color: $off-black;
$radio-empty-color: $off-black !default;
$table-striped-color: color('grey', 'darken-3');
$table-striped-color: color('grey', 'darken-4');
$button-flat-color: $off-black;
$card-bg-color: color('grey', 'darken-2');
$card-bg-color: color('grey', 'darken-4');
$card-link-color: $link-color;