diff options
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index b0e60cb..2c58a7b 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -5,7 +5,7 @@ % if (my $success = flash('success')) { <div class="row"> <div class="col s12"> - <div class="card green darken-4"> + <div class="card success-color"> <div class="card-content white-text"> % if ($success eq 'mail') { <span class="card-title">Mail-Adresse geƤndert</span> |