Fix colour of lists in emails

This commit is contained in:
Yingtong Li 2019-09-20 00:34:34 +10:00
parent acd26e7160
commit cb45c5b63a
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
2 changed files with 3 additions and 3 deletions

View File

@ -1070,7 +1070,7 @@
font-size: 12px;
color: #777777; }
p {
p, li {
color: #777777 !important; }
</style>

View File

@ -25,9 +25,9 @@
<th class="small-12 large-12 columns first last">
<table>
<tr>
<th>
<td>
{{ email_content }}
</th>
</td>
<th class="expander"></th>
</tr>
</table>