aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2016-08-08 11:48:59 +0100
committerZarino Zappia <mail@zarino.co.uk>2016-08-08 11:48:59 +0100
commit655252625c11ba21997b2b66ed06c2052e315c0b (patch)
treeb5e14d661df23f493932fa70db8e081d7725cf25
parentd81771178ceb955fef25a8bd3411b7a344499999 (diff)
Avoid illegible email replies
HTML emails now have a white body background-color, so that replies sent from Outlook (which inserts the reply message inside the body of the original message) will have a white background. Part of #1469.
-rw-r--r--templates/email/default/_email_settings.html4
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;"