This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree 4 files changed +12
-0
lines changed
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 22
22
< img src ="http://riot.im/img/external/riot-logo-email.png " width ="83 " height ="83 " alt ="[Riot] "/>
23
23
{% elif app_name == "Vector" %}
24
24
< 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] "/>
25
27
{% else %}
26
28
< img src ="http://matrix.org/img/matrix-120x51.png " width ="120 " height ="51 " alt ="[matrix] "/>
27
29
{% endif %}
Original file line number Diff line number Diff line change 22
22
< img src ="http://riot.im/img/external/riot-logo-email.png " width ="83 " height ="83 " alt ="[Riot] "/>
23
23
{% elif app_name == "Vector" %}
24
24
< 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] "/>
25
27
{% else %}
26
28
< img src ="http://matrix.org/img/matrix-120x51.png " width ="120 " height ="51 " alt ="[matrix] "/>
27
29
{% endif %}
You can’t perform that action at this time.
0 commit comments