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; font-size: 12px;
color: #777777; } color: #777777; }
p { p, li {
color: #777777 !important; } color: #777777 !important; }
</style> </style>

View File

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