diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-27 18:36:35 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-27 18:36:35 +0200 |
commit | adb830baa9cba8b02defdb63dbd1a2cf43998dc4 (patch) | |
tree | 35280814977f60e5b44ea3187dbde24ff8a8cf37 /sass/src/light | |
parent | 357efdae358e8ed28c223c871802e419fcd2aa00 (diff) | |
parent | 7bf99b00a5064d231641b1309adacf6f1e8f42cb (diff) |
Merge branch 'deingithub-dep-board-ui'
Diffstat (limited to 'sass/src/light')
-rw-r--r-- | sass/src/light/_variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sass/src/light/_variables.scss b/sass/src/light/_variables.scss index 6c5095b..4a634e9 100644 --- a/sass/src/light/_variables.scss +++ b/sass/src/light/_variables.scss @@ -6,3 +6,5 @@ $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'); |