Improve color of footer links in emails
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 25 Jan 2017 13:08:13 +0000 (14:08 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 25 Jan 2017 13:11:05 +0000 (14:11 +0100)
com.woltlab.wcf/templates/email_html.tpl

index 6134d8a55d3c00b341a5244760f899e13cad2c49..e62812185ee8ac30831bbbfea909a100881d72d3 100644 (file)
@@ -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;