diff options
author | marudor <marudor@marudor.de> | 2019-05-16 16:10:53 +0200 |
---|---|---|
committer | marudor <marudor@marudor.de> | 2019-05-16 16:10:53 +0200 |
commit | 84b32b28e9f1da6576e4864a0f374b341a2c9920 (patch) | |
tree | d6bd27263aa3117c9368d3005fe27519f4793247 /templates/departures.html.ep | |
parent | 87e74ca90d4c13758461f380b00ed83b5a287da9 (diff) |
Further color improvements
Diffstat (limited to 'templates/departures.html.ep')
-rw-r--r-- | templates/departures.html.ep | 4 |
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> |