From 8109cea91637d5459696a4369ee18dc688c68742 Mon Sep 17 00:00:00 2001
From: Mitchel
Date: Sun, 13 Aug 2023 01:57:34 +0200
Subject: [PATCH] chore: Update link colors in mailers
---
app/views/expiry_mailer/will_expire.html.erb | 6 +++---
app/views/forgot_passwords_mailer/send_token.html.erb | 2 +-
app/views/layouts/mailer.html.erb | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app/views/expiry_mailer/will_expire.html.erb b/app/views/expiry_mailer/will_expire.html.erb
index 897de9582..63cf033b2 100644
--- a/app/views/expiry_mailer/will_expire.html.erb
+++ b/app/views/expiry_mailer/will_expire.html.erb
@@ -3,7 +3,7 @@
Hi <%= @user.username %>,
- You've requested to be notified when your Overwatch Workshop Code on Workshop.codes will expire.
+ You've requested to be notified when your Overwatch Workshop Code on Workshop.codes will expire.
@@ -12,7 +12,7 @@
To update the code simply import the current Code in Overwatch and generate a new Code.
- Update your code on Workshop.codes and you're all set.
+ Update your code on Workshop.codes and you're all set.
@@ -24,5 +24,5 @@
<%= @post.code %>
- View your post here or by visiting this url: <%= post_url(nil, @post.code) %>
+ View your post here or by visiting this url: <%= post_url(nil, @post.code) %>
diff --git a/app/views/forgot_passwords_mailer/send_token.html.erb b/app/views/forgot_passwords_mailer/send_token.html.erb
index d9ff5a0fe..493870f3b 100644
--- a/app/views/forgot_passwords_mailer/send_token.html.erb
+++ b/app/views/forgot_passwords_mailer/send_token.html.erb
@@ -7,7 +7,7 @@
- Click here to reset your password
+ Click here to reset your password
Or by visiting this url: <%= forgot_password_url(nil, @forgot_password_token.token) %>
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb
index fe19ee10b..f4ca319d5 100644
--- a/app/views/layouts/mailer.html.erb
+++ b/app/views/layouts/mailer.html.erb
@@ -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%;
@@ -269,7 +269,7 @@