Sync email template button colors with pankow colors

This commit is contained in:
Johannes Zellner
2025-08-10 15:21:37 +02:00
parent 907c6dec47
commit f179d92c9c
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<br/>
<a style="border-radius: 2px; background-color: #2196f3; color: white; padding: 6px 12px; text-decoration: none;" href="<%= resetLink %>">{{ passwordResetEmail.resetAction }}</a>
<a style="border-radius: 2px; background-color: #0d89ec; color: white; padding: 6px 12px; text-decoration: none;" href="<%= resetLink %>">{{ passwordResetEmail.resetAction }}</a>
<br/>
<br/>

View File

@@ -7,7 +7,7 @@
<br/>
<a style="border-radius: 2px; background-color: #2196f3; color: white; padding: 6px 12px; text-decoration: none;" href="<%= inviteLink %>">{{ welcomeEmail.inviteLinkAction }}</a>
<a style="border-radius: 2px; background-color: #0d89ec; color: white; padding: 6px 12px; text-decoration: none;" href="<%= inviteLink %>">{{ welcomeEmail.inviteLinkAction }}</a>
<br/>
<br/>