diff --git a/server/mail/templates/invite_token.html b/server/mail/templates/invite_token.html index 76f0a18126..f968aab2c7 100644 --- a/server/mail/templates/invite_token.html +++ b/server/mail/templates/invite_token.html @@ -29,7 +29,7 @@ a { text-decoration: none; - color: #6a67fe; + color: #009A7D; } a:hover { @@ -119,7 +119,7 @@

Please click the button below to accept the invitation and - setup your account. + set up your account.

{{if .SSOEnabled}} @@ -132,11 +132,11 @@ text-decoration: none; border-radius: 4px; -webkit-border-radius: 4px; - background-color: #6a67fe; - border-top: 8px solid #6a67fe; - border-bottom: 8px solid #6a67fe; - border-right: 16px solid #6a67fe; - border-left: 16px solid #6a67fe; + background-color: #009A7D; + border-top: 8px solid #009A7D; + border-bottom: 8px solid #009A7D; + border-right: 16px solid #009A7D; + border-left: 16px solid #009A7D; display: inline-block; " > @@ -152,11 +152,11 @@ text-decoration: none; border-radius: 4px; -webkit-border-radius: 4px; - background-color: #6a67fe; - border-top: 8px solid #6a67fe; - border-bottom: 8px solid #6a67fe; - border-right: 16px solid #6a67fe; - border-left: 16px solid #6a67fe; + background-color: #009A7D; + border-top: 8px solid #009A7D; + border-bottom: 8px solid #009A7D; + border-right: 16px solid #009A7D; + border-left: 16px solid #009A7D; display: inline-block; " >