Fix colour of lists in emails
This commit is contained in:
parent
acd26e7160
commit
cb45c5b63a
@ -1070,7 +1070,7 @@
|
||||
font-size: 12px;
|
||||
color: #777777; }
|
||||
|
||||
p {
|
||||
p, li {
|
||||
color: #777777 !important; }
|
||||
</style>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user