use a darker background color for default cards
This commit is contained in:
parent
84b32b28e9
commit
134a96208c
2 changed files with 5 additions and 5 deletions
4
public/static/css/dark.min.css
vendored
4
public/static/css/dark.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
$bg-color: color('grey', 'darken-4') !default;
|
$bg-color: #101010 !default;
|
||||||
$info-color: color('yellow', 'darken-4');
|
$info-color: color('yellow', 'darken-4');
|
||||||
|
|
||||||
$off-black: color('shades', 'white');
|
$off-black: color('shades', 'white');
|
||||||
|
@ -12,7 +12,7 @@ $error-color: color('red', 'darken-2');
|
||||||
$input-border-color: $off-black;
|
$input-border-color: $off-black;
|
||||||
$radio-empty-color: $off-black !default;
|
$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;
|
$button-flat-color: $off-black;
|
||||||
$card-bg-color: color('grey', 'darken-2');
|
$card-bg-color: color('grey', 'darken-4');
|
||||||
$card-link-color: $link-color;
|
$card-link-color: $link-color;
|
||||||
|
|
Loading…
Reference in a new issue