diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-01 20:59:40 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-01 20:59:40 +0200 |
commit | 93689a4f76d6f6997663aa2d30fbfb5500d3fc27 (patch) | |
tree | 9ac2fff3e8454a7ee31f242ad5b369d42f6545b0 | |
parent | 9ff522df36d378d72f47d5cf11d927abeb9ea935 (diff) |
Do not show cancelled times with real-time or delay data
-rw-r--r-- | sass/app.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss index 3009ac7..92fa210 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -284,6 +284,9 @@ div.app { &.cancelled { background-color: $cancelled-bg-color; + .time { + color: $fg !important; + } } &.past { |