From 69390fbbac557ec9c6f06fd15ac91231af1e00bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 25 Jan 2017 14:08:13 +0100 Subject: [PATCH] Improve color of footer links in emails --- com.woltlab.wcf/templates/email_html.tpl | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.20.1