summaryrefslogtreecommitdiff
path: root/sass/src/dark/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/src/dark/_variables.scss')
-rw-r--r--sass/src/dark/_variables.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/sass/src/dark/_variables.scss b/sass/src/dark/_variables.scss
index 7dcd006..6665269 100644
--- a/sass/src/dark/_variables.scss
+++ b/sass/src/dark/_variables.scss
@@ -11,7 +11,7 @@ $secondary-color: color('cyan', 'darken-2');
$link-color: color('light-blue', 'darken-1');
$success-color: color('green', 'darken-2');
$error-color: color('red', 'darken-2');
-$input-border-color: $off-black;
+$input-label-color: $off-black;
$collection-border-color: color('grey', 'darken-3');
$collection-link-color: color('shades', 'white');
$collection-hover-bg-color: color('grey', 'darken-4');
@@ -21,3 +21,6 @@ $table-striped-color: color('grey', 'darken-4');
$button-flat-color: $off-black;
$card-bg-color: color('grey', 'darken-4');
$card-link-color: $link-color;
+
+$departures-highlight-color: $table-striped-color;
+$departures-cancelled-color: #702020;