summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
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;