diff --git a/password_reset_confirmation.html b/password_reset_confirmation.html index 0e30ec9..259bd80 100644 --- a/password_reset_confirmation.html +++ b/password_reset_confirmation.html @@ -10,6 +10,6 @@

Du hast eine Anfrage zum Zurücksetzen deines Cozy Chat-Passworts gestellt. Klicke auf den folgenden Link, um dies zu bestätigen.

Falls du dies nicht wolltest, schließe bitte einfach diese Seite. Dein Passwort wird unverändert bleiben.

-

+ {% endblock %} \ No newline at end of file diff --git a/style.css b/style.css index 8415e56..a06096a 100644 --- a/style.css +++ b/style.css @@ -30,27 +30,28 @@ body { } .mx_Main { - max-width: 899px; - width: calc(100% - 4rem); - position: relative; - top: -30px; background-color: rgb(250, 220, 120); border-radius: 10px; margin: 0px auto; + max-width: 899px; padding: 40px; + position: relative; + top: -30px; + width: calc(100% - 4rem); } button { - display: flex; - margin: auto; - font-weight: bold; - padding: 10px 14px; background: rgb(255, 255, 230); border-radius: 5px; - box-shadow: rgba(0,0,0,0.1) 5px 5px 0px 0px; - transition: box-shadow .15s ease, transform .15s ease; border: 0; + box-shadow: rgba(0,0,0,0.1) 5px 5px 0px 0px; + display: flex; font-size: medium; + font-weight: bold; + margin: auto; + padding: 10px 14px; + transition: box-shadow .15s ease, transform .15s ease; + cursor: pointer; } button:hover {