templates: increase contrast of email footer text (#78153)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-06-04 13:22:41 +02:00
parent e3e5b5990f
commit b9160dc1d4
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 }}