diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-27 21:33:06 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-27 21:33:06 +0200 |
commit | 155ac555f17fbacd084ca2317708c0d25b7e5477 (patch) | |
tree | af856ba824dbf00d374c4a9683e03dbf1c0184cd /sass/src/common/local.scss | |
parent | f4d71b4d9fb4191c07a9c200d32626175568b4fa (diff) |
station board: make 'now' marker easier to distinguish
Diffstat (limited to 'sass/src/common/local.scss')
-rw-r--r-- | sass/src/common/local.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |