Skip to content

Commit

Permalink
Fixed fallback color so that the btn is still readable when img not d…
Browse files Browse the repository at this point in the history
…ownloaded
  • Loading branch information
DibranMulder committed Dec 16, 2024
1 parent 8c5b069 commit 3c0b273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/email-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
font-size: 16px;
font-family: 'Roboto', 'Open Sans', 'Arial', sans-serif;
font-weight: bold;
background-color: #f4f1f1;
background-color: #a3244a;
border-radius: 4px;
display: block;
padding: 16px 32px;
Expand All @@ -65,7 +65,7 @@
<!-- Alternate Link -->
<tr>
<td style="padding: 16px 24px; font-size: 18px; color: #a3244a; text-align: left;">
If the button doesn&#39;t work, you can also verify your email by clicking the link below:<br />
If the button doesn&#39;t work, you can also verify your email by using the link below:<br />
<a href="%1$s" style="color:blue underline;">%1$s</a>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/email-nl.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
font-size: 16px;
font-family: 'Roboto', 'Open Sans', 'Arial', sans-serif;
font-weight: bold;
background-color: #f4f1f1;
background-color: #a3244a;
border-radius: 4px;
display: block;
padding: 16px 32px;
Expand All @@ -65,7 +65,7 @@
<!-- Alternate Link -->
<tr>
<td style="padding: 16px 24px; font-size: 18px; color: #a3244a; text-align: left;">
Werkt deze knop niet? Klik dan op de onderstaande link om je e-mailadres te verifiëren:<br />
Werkt deze knop niet? Gebruik dan de onderstaande link om je e-mailadres te verifiëren:<br />
<a href="%1$s" style="color:blue underline;">%1$s</a>
</td>
</tr>
Expand Down

0 comments on commit 3c0b273

Please sign in to comment.