summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-16 20:32:33 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-16 20:32:33 +0200
commit134a96208c1e6d86b82efe17b6deb0badfd0176a (patch)
treed1bfb4a30ae88f5698127ff0ef106c71c6a6fd48 /sass
parent84b32b28e9f1da6576e4864a0f374b341a2c9920 (diff)
use a darker background color for default cards
Diffstat (limited to 'sass')
-rw-r--r--sass/src/dark/_variables.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/src/dark/_variables.scss b/sass/src/dark/_variables.scss
index 4c56f59..19f0e33 100644
--- a/sass/src/dark/_variables.scss
+++ b/sass/src/dark/_variables.scss
@@ -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;