Fix colour of lists in emails
This commit is contained in:
parent
acd26e7160
commit
cb45c5b63a
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user