From 17563a9284665f5f9852ce9da25b94c8bb9389c2 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 8 Jul 2024 20:47:54 +0200 Subject: distinguish between 'on time' and 'no realtime data available' in rt=1 --- sass/dark.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sass/dark.scss') diff --git a/sass/dark.scss b/sass/dark.scss index c0e8d2b..78b61b0 100644 --- a/sass/dark.scss +++ b/sass/dark.scss @@ -32,9 +32,11 @@ $route-color: #dddddd; $info-color: #ff7777; $delay-color: #ff7777; +$smalldelay-color: #dd9999; $undelay-color: #77ff77; $delaynorm-color: #dd9999; $undelaynorm-color: #99dd99; +$ontime-color: #aaeeaa; $additional-stop-color: #77ff77; $cancelled-stop-color: #ff7777; -- cgit v1.2.3