diff options
-rw-r--r-- | templates/email/default/_email_settings.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/default/_email_settings.html b/templates/email/default/_email_settings.html index 73f140743..d94466c02 100644 --- a/templates/email/default/_email_settings.html +++ b/templates/email/default/_email_settings.html @@ -65,8 +65,8 @@ link_hover_style = "text-decoration: none; color: $link_hover_text_color;" td_style = "font-family: $body_font_family; font-size: 16px; line-height: 21px; font-weight: normal; text-align: left;" -body_style = "margin: 0; background: $body_background_color;" -wrapper_style = "$td_style background: $body_background_color;" +body_style = "margin: 0;" +wrapper_style = "$td_style background: $body_background_color; color: $body_text_color;" hint_style = "padding: ${ column_padding }px 0; color: $body_text_color; font-size: 12px; line-height: 18px;" header_style = "padding: $header_padding; background: $header_background_color; color: $header_text_color;" |