summaryrefslogtreecommitdiff
path: root/sass/src/dark/_variables.scss
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-11-21 15:33:43 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-11-21 15:34:06 +0100
commitccfdd8007e136d5d98652d415dda8eb595a2ada9 (patch)
tree6b685625b796dfe3c251ab012a80239c6d3d1795 /sass/src/dark/_variables.scss
parente3fba3dcd493f609e107435867c4a67cb7ee420f (diff)
testing a more organized history navigation1.18.9
Diffstat (limited to 'sass/src/dark/_variables.scss')
-rw-r--r--sass/src/dark/_variables.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/sass/src/dark/_variables.scss b/sass/src/dark/_variables.scss
index caa282e..7dcd006 100644
--- a/sass/src/dark/_variables.scss
+++ b/sass/src/dark/_variables.scss
@@ -1,15 +1,20 @@
$bg-color: #101010 !default;
+$collection-bg-color: $bg-color;
$info-color: color('blue-grey', 'darken-4');
+$inactive-color: color('grey', 'darken-1');
+
$off-black: color('shades', 'white');
-$primary-color: color('materialize-red', 'darken-2');
+$primary-color: color('materialize-red', 'darken-4');
$secondary-color: color('cyan', 'darken-2');
$link-color: color('light-blue', 'darken-1');
-$collection-link-color: color('cyan', 'darken-4');
$success-color: color('green', 'darken-2');
$error-color: color('red', 'darken-2');
$input-border-color: $off-black;
+$collection-border-color: color('grey', 'darken-3');
+$collection-link-color: color('shades', 'white');
+$collection-hover-bg-color: color('grey', 'darken-4');
$radio-empty-color: $off-black !default;
$table-striped-color: color('grey', 'darken-4');