Fixing styling of email notification blockquotes.

This commit is contained in:
Samuel Clay 2020-08-20 11:50:05 -04:00
parent 4ee8086bf1
commit 12c4bb4df6

View file

@ -6,6 +6,21 @@
{% block body %}
<style type="text/css" data-premailer="ignore">
.content-td blockquote {
border-left: 2px solid #ECEFE9;
padding: 1.5em 1.5em;
background-color: #F4F6F2;
font-style: normal;
font-size: 15px;
color: #8C8C8C;
text-align: left;
font-family: 'Helvetica Neue',Arial,sans-serif;
quotes: none;
}
</style>
<h2 style="color: #282F33; font-size: 18px; font-weight: bold;">
<img src="{{ feed.favicon_url_fqdn }}" style="width: 16px;height: 16px;vertical-align: middle; "> <a href="{{ feed.feed_link }}" style="color: #303050;text-decoration: none;">{{ feed_title }}</a>
</h2>
@ -33,4 +48,4 @@
</tr>
{% endblock footer %}
{% block optout %}{% endblock %}
{% block optout %}{% endblock %}