diff options
author | marudor <marudor@marudor.de> | 2019-05-16 15:02:17 +0200 |
---|---|---|
committer | marudor <marudor@marudor.de> | 2019-05-16 15:04:08 +0200 |
commit | 5c2388d3a2092505aff9f7b2e78e561c4db65385 (patch) | |
tree | a4a469baef25b98c3a33125ac8a65334775c7ec8 /templates/account.html.ep | |
parent | b85db3a10df32cb2648607c83d37160ac3ee8691 (diff) |
Add dark mode (only available with prefers-color-scheme currently)
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index f41f07f..b0e60cb 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -119,7 +119,7 @@ <button class="btn waves-effect waves-light" type="submit" name="action" value="generate"> Generieren </button> - <button class="btn waves-effect waves-light red" type="submit" name="action" value="delete"> + <button class="btn waves-effect waves-light caution-color" type="submit" name="action" value="delete"> Löschen </button> %= end @@ -213,7 +213,7 @@ </div> <div class="input-field col s12 m12 l4 center-align"> %= csrf_field - <button class="btn waves-effect waves-light red" type="submit" name="action" value="delete"> + <button class="btn waves-effect waves-light caution-color" type="submit" name="action" value="delete"> Account löschen </button> </div> |