diff --git a/templates/invite_body.html b/templates/invite_body.html index 6a703ddf5b..7d213adc32 100644 --- a/templates/invite_body.html +++ b/templates/invite_body.html @@ -132,7 +132,7 @@ .subTitle div { font-size: 16px !important; line-height: 24px !important; - color: rgb(63, 67, 80) !important; + color: rgba(63, 67, 80, 0.64) !important; } .subTitle a { @@ -516,8 +516,8 @@ - diff --git a/templates/invite_body.mjml b/templates/invite_body.mjml index 90d8c92836..2ba9eca036 100644 --- a/templates/invite_body.mjml +++ b/templates/invite_body.mjml @@ -13,7 +13,7 @@ {{else}} - + {{end}} diff --git a/templates/messages_notification.html b/templates/messages_notification.html index c71e1553a5..adf4fa6809 100644 --- a/templates/messages_notification.html +++ b/templates/messages_notification.html @@ -132,7 +132,7 @@ .subTitle div { font-size: 16px !important; line-height: 24px !important; - color: rgb(63, 67, 80) !important; + color: rgba(63, 67, 80, 0.64) !important; } .subTitle a { diff --git a/templates/partials/style.mjml b/templates/partials/style.mjml index d82e92b47d..7790b1087a 100644 --- a/templates/partials/style.mjml +++ b/templates/partials/style.mjml @@ -30,7 +30,7 @@ .subTitle div { font-size: 16px !important; line-height: 24px !important; - color: rgb(63, 67, 80) !important; + color: rgba(63, 67, 80, 0.64) !important; } .subTitle a { diff --git a/templates/reset_body.html b/templates/reset_body.html index 6ec1129091..c1d088abce 100644 --- a/templates/reset_body.html +++ b/templates/reset_body.html @@ -112,7 +112,7 @@ .subTitle div { font-size: 16px !important; line-height: 24px !important; - color: rgba(61, 60, 64, 0.64) !important; + color: rgba(63, 67, 80, 0.64) !important; } .button a { diff --git a/templates/verify_body.html b/templates/verify_body.html index 5ad185327b..cc911dda33 100644 --- a/templates/verify_body.html +++ b/templates/verify_body.html @@ -112,7 +112,7 @@ .subTitle div { font-size: 16px !important; line-height: 24px !important; - color: rgba(61, 60, 64, 0.64) !important; + color: rgba(63, 67, 80, 0.64) !important; } .subTitle a { diff --git a/templates/welcome_body.html b/templates/welcome_body.html index f9a21af7af..eba77d101a 100644 --- a/templates/welcome_body.html +++ b/templates/welcome_body.html @@ -112,7 +112,7 @@ .subTitle div { font-size: 16px !important; line-height: 24px !important; - color: rgba(61, 60, 64, 0.64) !important; + color: rgba(63, 67, 80, 0.64) !important; } .subTitle a {
- + +