Skip to content

Commit

Permalink
chore: Update link colors in mailers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitcheljager committed Aug 12, 2023
1 parent 0afdef4 commit 8109cea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/views/expiry_mailer/will_expire.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h3>Hi <%= @user.username %>,</h3>

<p>
You've requested to be notified when your Overwatch Workshop Code on <a style="color: #3fbf74;" href="https://workshop.codes/">Workshop.codes</a> will expire.
You've requested to be notified when your Overwatch Workshop Code on <a style="color: #f06414;" href="https://workshop.codes/">Workshop.codes</a> will expire.
</p>

<p>
Expand All @@ -12,7 +12,7 @@

<p>
To update the code simply import the current Code in Overwatch and generate a new Code.
Update your code on <a style="color: #3fbf74;" href="https://workshop.codes/">Workshop.codes</a> and you're all set.
Update your code on <a style="color: #f06414;" href="https://workshop.codes/">Workshop.codes</a> and you're all set.
</p>

<p style="color: #dfdfdf">
Expand All @@ -24,5 +24,5 @@
<h2 style="margin-top: 0;"><strong><%= @post.code %></strong></h2>

<p>
<a style="color: #3fbf74;" href="<%= post_url(nil, @post.code) %>">View your post here</a> or by visiting this url: <%= post_url(nil, @post.code) %>
<a style="color: #f06414;" href="<%= post_url(nil, @post.code) %>">View your post here</a> or by visiting this url: <%= post_url(nil, @post.code) %>
</p>
2 changes: 1 addition & 1 deletion app/views/forgot_passwords_mailer/send_token.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</p>

<p>
<a style="color: #3fbf74;" href="<%= forgot_password_url(nil, @forgot_password_token.token) %>">Click here to reset your password</a><br>
<a style="color: #f06414;" href="<%= forgot_password_url(nil, @forgot_password_token.token) %>">Click here to reset your password</a><br>
Or by visiting this url: <%= forgot_password_url(nil, @forgot_password_token.token) %>
</p>

Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/mailer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
.main {
background: #1f2326;
border: 1px solid #353b3f;
border-top: 3px solid #f06414;
border-top: 3px solid #3fbf74;
color: #90989c;
border-radius: 3px;
width: 100%;
Expand Down Expand Up @@ -269,7 +269,7 @@
<table class="header">
<tr>
<td>
<h1><center><strong>Workshop</strong><span style="color: #f06414">.</span>codes</center></h1>
<h1><center><strong>Workshop</strong><span style="color: #3fbf74">.</span>codes</center></h1>
</td>
</tr>
</table>
Expand Down

0 comments on commit 8109cea

Please sign in to comment.