diff options
Diffstat (limited to 'templates/recover_password.html.ep')
-rw-r--r-- | templates/recover_password.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/recover_password.html.ep b/templates/recover_password.html.ep index a3332c3..c56ffe2 100644 --- a/templates/recover_password.html.ep +++ b/templates/recover_password.html.ep @@ -5,7 +5,7 @@ % if (stash('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"> <span class="card-title">Passwort-Reset wird durchgeführt</span> <p> |