summaryrefslogtreecommitdiff
path: root/sass/light.scss
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-04-10 18:44:07 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-04-10 18:44:07 +0200
commitbd0ba2a120b7a5067c876ce8a5fbd4539132819f (patch)
tree922be626de212075983da7e1320897e95274cbd2 /sass/light.scss
parent754719a87ad90bde4cb7406ef6f7874915375be7 (diff)
train details: indicate on time / delayed time stamps by color
also: revert back to showing scheduled time first and real/estimated time next
Diffstat (limited to 'sass/light.scss')
-rw-r--r--sass/light.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/light.scss b/sass/light.scss
index d8f53cb..1dee6a9 100644
--- a/sass/light.scss
+++ b/sass/light.scss
@@ -39,6 +39,9 @@ $undelaynorm-color: #338833;
$additional-stop-color: #009900;
$cancelled-stop-color: #cc0000;
+$early-stop-color: #007700;
+$delayed-stop-color: #990000;
+
$cancelled-bg-color: #ffe7d0;
$past-bg-color: $bg05;