diff options
author | Cassidy Dingenskirchen <admin@15318.de> | 2023-10-22 14:43:05 +0200 |
---|---|---|
committer | Cassidy Dingenskirchen <admin@15318.de> | 2023-10-22 14:43:05 +0200 |
commit | f1d3d3ed934a87357e26d84f44daa4719b587749 (patch) | |
tree | 0680933f2999b19f9c143a43cc999ce4336ba8c7 /sass/src/light/_variables.scss | |
parent | 6a0f20e29f559cfecf7b2e914d989cc12d00cc35 (diff) |
departure board: new look and train type highlighting
Diffstat (limited to 'sass/src/light/_variables.scss')
-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'); |