summaryrefslogtreecommitdiff
path: root/sass/dark.scss
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-08-23 20:22:51 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-08-23 20:22:51 +0200
commit4eeb0036ecd4497d3900f46a7c5371d0e6a0bad6 (patch)
tree5cb03ed711f8c342eef6216b9cb1c17b39766437 /sass/dark.scss
parent9f698bdfe42a668dd18343f18fb02d158fc66158 (diff)
Add trip detail page0.5.0
Diffstat (limited to 'sass/dark.scss')
-rw-r--r--sass/dark.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/dark.scss b/sass/dark.scss
index 1b90571..34b82f4 100644
--- a/sass/dark.scss
+++ b/sass/dark.scss
@@ -23,6 +23,10 @@ $suburban-bg: #2f6639;
$subway-bg: #2045b0;
$bus-bg: #7f3d7f;
+$cancelled-stop-color: #ff7777;
$cancelled-bg-color: #512f00;
+$delay-color: #ff7777;
+$undelay-color: #77ff77;
+
@import 'app.scss';