summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-08-22 10:44:10 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-08-22 10:44:10 +0200
commit222bd52cefbf7efe689533f21e6ebaf43ed937d8 (patch)
tree6a672e115dca6e57df4cad82cf790e696813ebd1 /sass
parente3f7d07d8f40fb06740cfd85e30a71bf864cf94d (diff)
use proper links for departure list as well
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss13
1 files changed, 9 insertions, 4 deletions
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 {