mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing styling of email notification blockquotes.
This commit is contained in:
parent
4ee8086bf1
commit
12c4bb4df6
1 changed files with 16 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue