This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ Use Element CSS and logo in notification emails when app name is Element.
Original file line number Diff line number Diff line change 1+ .header {
2+ border-bottom : 4px solid # e4f7ed ! impor tant;
3+ }
4+
5+ .notif_link a , .footer a {
6+ color : # 76CFA6 ! impor tant;
7+ }
Original file line number Diff line number Diff line change 2222 < img src ="http://riot.im/img/external/riot-logo-email.png " width ="83 " height ="83 " alt ="[Riot] "/>
2323 {% elif app_name == "Vector" %}
2424 < img src ="http://matrix.org/img/vector-logo-email.png " width ="64 " height ="83 " alt ="[Vector] "/>
25+ {% elif app_name == "Element" %}
26+ < img src ="https://static.element.io/images/email-logo.png " width ="83 " height ="83 " alt ="[Element] "/>
2527 {% else %}
2628 < img src ="http://matrix.org/img/matrix-120x51.png " width ="120 " height ="51 " alt ="[matrix] "/>
2729 {% endif %}
Original file line number Diff line number Diff line change 2222 < img src ="http://riot.im/img/external/riot-logo-email.png " width ="83 " height ="83 " alt ="[Riot] "/>
2323 {% elif app_name == "Vector" %}
2424 < img src ="http://matrix.org/img/vector-logo-email.png " width ="64 " height ="83 " alt ="[Vector] "/>
25+ {% elif app_name == "Element" %}
26+ < img src ="https://static.element.io/images/email-logo.png " width ="83 " height ="83 " alt ="[Element] "/>
2527 {% else %}
2628 < img src ="http://matrix.org/img/matrix-120x51.png " width ="120 " height ="51 " alt ="[matrix] "/>
2729 {% endif %}
You can’t perform that action at this time.
0 commit comments