diff --git a/templates/invite_body.html b/templates/invite_body.html index 1a5856baed..6a703ddf5b 100644 --- a/templates/invite_body.html +++ b/templates/invite_body.html @@ -126,17 +126,21 @@ font-size: 28px !important; line-height: 36px !important; letter-spacing: -0.01em !important; - color: #3D3C40 !important; + color: #3F4350 !important; } .subTitle div { font-size: 16px !important; line-height: 24px !important; - color: rgba(61, 60, 64, 0.64) !important; + color: rgb(63, 67, 80) !important; + } + + .subTitle a { + color: rgb(28, 88, 217) !important; } .button a { - background-color: #166DE0 !important; + background-color: #1C58D9 !important; font-weight: 600 !important; font-size: 16px !important; line-height: 18px !important; @@ -158,7 +162,7 @@ .info div { font-size: 14px !important; line-height: 20px !important; - color: #3D3C40 !important; + color: #3F4350 !important; padding: 40px 0px !important; } @@ -166,26 +170,26 @@ font-weight: 600 !important; font-size: 16px !important; line-height: 24px !important; - color: #3D3C40 !important; + color: #3F4350 !important; padding: 0px 0px 4px 0px !important; } .footerInfo div { font-size: 14px !important; line-height: 20px !important; - color: #3D3C40 !important; + color: #3F4350 !important; padding: 0px 48px 0px 48px !important; } .footerInfo a { - color: #166DE0 !important; + color: #1C58D9 !important; } .appDownloadButton a { background-color: #FFFFFF !important; - border: 1px solid #166DE0 !important; + border: 1px solid #1C58D9 !important; box-sizing: border-box !important; - color: #166DE0 !important; + color: #1C58D9 !important; padding: 13px 20px !important; font-weight: 600 !important; font-size: 14px !important; @@ -195,7 +199,7 @@ .emailFooter div { font-size: 12px !important; line-height: 16px !important; - color: rgba(61, 60, 64, 0.56) !important; + color: rgba(63, 67, 80, 0.56) !important; padding: 8px 24px 8px 24px !important; } @@ -234,21 +238,21 @@ font-weight: 600 !important; font-size: 14px !important; line-height: 20px !important; - color: #3D3C40 !important; + color: #3F4350 !important; } .time { font-family: Open Sans, sans-serif; font-size: 12px; line-height: 16px; - color: rgba(61, 60, 64, 0.56); + color: rgba(63, 67, 80, 0.56); padding: 2px 6px; align-items: center; float: left; } .channelBg { - background: rgba(61, 60, 64, 0.08); + background: rgba(63, 67, 80, 0.08); border-radius: 4px; display: flex; } @@ -267,7 +271,7 @@ line-height: 16px; letter-spacing: 0.01em; text-transform: uppercase; - color: rgba(61, 60, 64, 0.64); + color: rgba(63, 67, 80, 0.64); padding: 2px 6px 2px 0px; } @@ -275,7 +279,7 @@ text-align: left !important; font-size: 14px !important; line-height: 20px !important; - color: #3D3C40 !important; + color: #3F4350 !important; padding: 0px !important; } @@ -354,7 +358,7 @@ - + @@ -468,6 +472,21 @@
{{.Props.Message}}
+ {{if .Props.MessageURL}} + + + + + + +
+ + {{$.Props.MessageButton}} + +
+ + + {{end}} @@ -538,7 +557,7 @@ -
+
{{.Props.InviteFooterLearnMore}}
diff --git a/templates/invite_body.mjml b/templates/invite_body.mjml index d3e70c7f2d..90d8c92836 100644 --- a/templates/invite_body.mjml +++ b/templates/invite_body.mjml @@ -26,7 +26,7 @@ {{.Props.InviteFooterInfo}} - + {{.Props.InviteFooterLearnMore}} diff --git a/templates/partials/style.mjml b/templates/partials/style.mjml index 880d1d1ecc..d82e92b47d 100644 --- a/templates/partials/style.mjml +++ b/templates/partials/style.mjml @@ -24,17 +24,17 @@ font-size: 28px !important; line-height: 36px !important; letter-spacing: -0.01em !important; - color: #3D3C40 !important; + color: #3F4350 !important; } .subTitle div { font-size: 16px !important; line-height: 24px !important; - color: rgba(61, 60, 64, 0.64) !important; + color: rgb(63, 67, 80) !important; } .subTitle a { - color: rgba(28, 88, 217, 1) !important; + color: rgb(28, 88, 217) !important; } .button a { @@ -80,7 +80,7 @@ } .footerInfo a { - color: #166DE0 !important; + color: #1C58D9 !important; } .appDownloadButton a{ @@ -97,7 +97,7 @@ .emailFooter div { font-size: 12px !important; line-height: 16px !important; - color: rgba(61, 60, 64, 0.56) !important; + color: rgba(63, 67, 80, 0.56) !important; padding: 8px 24px 8px 24px !important; } @@ -135,21 +135,21 @@ font-weight: 600 !important; font-size: 14px !important; line-height: 20px !important; - color: #3D3C40 !important; + color: #3F4350 !important; } .time { font-family: Open Sans, sans-serif; font-size: 12px; line-height: 16px; - color: rgba(61, 60, 64, 0.56); + color: rgba(63, 67, 80, 0.56); padding: 2px 6px; align-items: center; float: left; } .channelBg { - background: rgba(61, 60, 64, 0.08); + background: rgba(63, 67, 80, 0.08); border-radius: 4px; display: flex; } @@ -168,7 +168,7 @@ line-height: 16px; letter-spacing: 0.01em; text-transform: uppercase; - color: rgba(61, 60, 64, 0.64); + color: rgba(63, 67, 80, 0.64); padding: 2px 6px 2px 0px; } @@ -176,7 +176,7 @@ text-align: left !important; font-size: 14px !important; line-height: 20px !important; - color: #3D3C40 !important; + color: #3F4350 !important; padding: 0px !important; }