From c9f5f17c5b8de6ec88a913e07fedb54f6de9f2d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 31 Jan 2017 13:52:59 +0100 Subject: [PATCH] Fix text and link colors in HTML mails --- com.woltlab.wcf/templates/email_html.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/email_html.tpl b/com.woltlab.wcf/templates/email_html.tpl index e62812185e..c3894fa59b 100644 --- a/com.woltlab.wcf/templates/email_html.tpl +++ b/com.woltlab.wcf/templates/email_html.tpl @@ -13,6 +13,7 @@ body { background-color: {$style->getVariable('wcfContentBackground', true)}; + color: {$style->getVariable('wcfContentText', true)}; } a { @@ -49,7 +50,7 @@ color: {$style->getVariable('wcfFooterText', true)}; } .footer a { - color: {$style->getVariable('wcfFooterText', true)}; + color: {$style->getVariable('wcfFooterLink', true)}; } h1 { font-weight: 300; -- 2.20.1