templates: increase contrast of email footer text (#78153) #301

Merged
fpeters merged 1 commits from wip/78153-a11y-email-footer-contrast into main 2023-06-12 09:38:05 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 600px;">
<tr>
<td style="padding: 40px 10px;width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #888888;" class="x-gmail-data-detectors">
<td style="padding: 40px 10px;width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #666666;" class="x-gmail-data-detectors">
{% block footer %}
{% if email_signature %}
{{ email_signature|linebreaks }}