From 155ac555f17fbacd084ca2317708c0d25b7e5477 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 27 Aug 2023 21:33:06 +0200 Subject: station board: make 'now' marker easier to distinguish --- sass/src/common/local.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sass/src/common') diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index a802474..4c52486 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -71,3 +71,8 @@ ul.suggestions { padding-bottom: 0.5rem; } } + +table.departures tr.now td { + padding-top: 2em; + padding-bottom: 2em; +} -- cgit v1.2.3