summaryrefslogtreecommitdiff
path: root/sass/src/light/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/src/light/_variables.scss')
-rw-r--r--sass/src/light/_variables.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/src/light/_variables.scss b/sass/src/light/_variables.scss
index 4fdd9e8..4a634e9 100644
--- a/sass/src/light/_variables.scss
+++ b/sass/src/light/_variables.scss
@@ -5,3 +5,6 @@ $card-link-color: $link-color;
$collection-link-color: color('shades', 'black');
$card-bg-color: color('blue-grey', 'lighten-5');
$inactive-color: color('grey', 'darken-2');
+$input-label-color: color('shades', 'black');
+$departures-highlight-color: color('grey', 'lighten-3');
+$departures-cancelled-color: color('red', 'lighten-4');