summaryrefslogtreecommitdiff
path: root/templates/departures.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-18 08:31:13 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-18 08:31:13 +0200
commitc3071d54eb1275e36067f8549a7a7ac2c6876de9 (patch)
tree4669ca1548f7887305cb3ea35aad6b677531000c /templates/departures.html.ep
parent3668c69d1fad5855fd9bcd190855a7f6c6ec2195 (diff)
parent2107c0bbaf9f4b7f66c09eb7d242790145456292 (diff)
Merge branch 'marudor-darkMode'
Diffstat (limited to 'templates/departures.html.ep')
-rw-r--r--templates/departures.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/departures.html.ep b/templates/departures.html.ep
index fb917f3..3c9638e 100644
--- a/templates/departures.html.ep
+++ b/templates/departures.html.ep
@@ -2,8 +2,8 @@
<div class="col s12">
% my $status = $self->get_user_status;
% if ($status->{checked_in}) {
- <div class="card grey darken-4">
- <div class="card-content white-text">
+ <div class="card">
+ <div class="card-content">
<span class="card-title">Aktuell eingecheckt</span>
<p>In <%= $status->{train_type} %> <%= $status->{train_no} %>
ab <%= $status->{dep_name} %></p>