From 222bd52cefbf7efe689533f21e6ebaf43ed937d8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Aug 2021 10:44:10 +0200 Subject: use proper links for departure list as well --- sass/app.scss | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'sass/app.scss') diff --git a/sass/app.scss b/sass/app.scss index e3f219b..d718bb9 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -244,16 +244,21 @@ ul.departures { padding:0; > li { - display: block; - height: 3em; - width: 100%; - position: relative; border-bottom: 1px solid grey; background-color: $bg; &.cancelled { background-color: #ffe7d0; } + + a { + color: $fg; + text-decoration: none; + display: block; + height: 3em; + width: 100%; + position: relative; + } } .line { -- cgit v1.2.3