summaryrefslogtreecommitdiff
path: root/sass/light.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/light.scss
parent9f698bdfe42a668dd18343f18fb02d158fc66158 (diff)
Add trip detail page0.5.0
Diffstat (limited to 'sass/light.scss')
-rw-r--r--sass/light.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/sass/light.scss b/sass/light.scss
index f080ddc..8061206 100644
--- a/sass/light.scss
+++ b/sass/light.scss
@@ -19,10 +19,14 @@ $longdistance-bg: #ffcccc;
$regional-bg: #eeeeee;
$tram-bg: #ffcccc;
$taxi-bg: #eeaaee;
-$suburban-bg: #aaffba;
+$suburban-bg: #9fd79f;
$subway-bg: #aac0ff;
$bus-bg: #eeaaee;
+$cancelled-stop-color: #cc0000;
$cancelled-bg-color: #ffe7d0;
+$delay-color: #ff0000;
+$undelay-color: #006600;
+
@import 'app.scss';