From: Tim Düsterhus Date: Wed, 25 Jan 2017 13:08:13 +0000 (+0100) Subject: Improve color of footer links in emails X-Git-Tag: 3.0.2~59 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=69390fbbac557ec9c6f06fd15ac91231af1e00bc;p=GitHub%2FWoltLab%2FWCF.git Improve color of footer links in emails --- diff --git a/com.woltlab.wcf/templates/email_html.tpl b/com.woltlab.wcf/templates/email_html.tpl index 6134d8a55d..e62812185e 100644 --- a/com.woltlab.wcf/templates/email_html.tpl +++ b/com.woltlab.wcf/templates/email_html.tpl @@ -48,6 +48,9 @@ background-color: {$style->getVariable('wcfFooterBackground', true)}; color: {$style->getVariable('wcfFooterText', true)}; } + .footer a { + color: {$style->getVariable('wcfFooterText', true)}; + } h1 { font-weight: 300; line-height: 1.05;