diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-11-21 15:33:43 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-11-21 15:34:06 +0100 |
commit | ccfdd8007e136d5d98652d415dda8eb595a2ada9 (patch) | |
tree | 6b685625b796dfe3c251ab012a80239c6d3d1795 /sass/src/dark/_variables.scss | |
parent | e3fba3dcd493f609e107435867c4a67cb7ee420f (diff) |
testing a more organized history navigation1.18.9
Diffstat (limited to 'sass/src/dark/_variables.scss')
-rw-r--r-- | sass/src/dark/_variables.scss | 9 |
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'); |