From 4eeb0036ecd4497d3900f46a7c5371d0e6a0bad6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 Aug 2021 20:22:51 +0200 Subject: Add trip detail page --- sass/dark.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sass/dark.scss') 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'; -- cgit v1.2.3