Skip to content

Commit 8120185

Browse files
committed
app: adjusted colours of password recovery email template to match logo
1 parent f04dd4c commit 8120185

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/resources/views/mails/password_recovery.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<td bgcolor="#ffffff" align="center" style="padding: 20px 30px 60px 30px;">
147147
<table border="0" cellspacing="0" cellpadding="0">
148148
<tr>
149-
<td align="center" style="border-radius: 3px;" bgcolor="#7c72dc"><a href="{{$recoveryLink}}" target="_blank" style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; padding: 15px 25px; border-radius: 2px; border: 1px solid #7c72dc; display: inline-block;">Reset Password</a></td>
149+
<td align="center" style="border-radius: 3px;" bgcolor="#2e1d66"><a href="{{$recoveryLink}}" target="_blank" style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; padding: 15px 25px; border-radius: 2px;display: inline-block;">Reset Password</a></td>
150150
</tr>
151151
</table>
152152
</td>
@@ -188,7 +188,7 @@
188188
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;" >
189189
<!-- HEADLINE -->
190190
<tr>
191-
<td bgcolor="#C6C2ED" align="center" style="padding: 30px 30px 30px 30px; border-radius: 4px 4px 4px 4px; color: #666666; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px;" >
191+
<td bgcolor="#C6C2ED" align="center" style="padding: 30px 30px 30px 30px; border-radius: 4px 4px 4px 4px; color: #949ea7; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px;" >
192192
<h2 style="font-size: 20px; font-weight: 400; color: #111111; margin: 0;">Need more help?</h2>
193193
<p style="margin: 0;"><a href="https://app.accesslocator.com/contact" target="_blank" style="color: #7c72dc;">Contact Us</a></p>
194194
</td>

0 commit comments

Comments
 (0)