diff options
author | Jason Robinson <jasonr@matrix.org> | 2020-07-21 13:58:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 11:58:01 +0100 |
commit | 759481af6d401c502317c93f8d7d6f281c288dc3 (patch) | |
tree | b1de907b40020a02e7f455cee4c7b25652bb2723 /synapse/res/templates/mail-Element.css | |
parent | Lint the contrib/ directory in CI and linting scripts, add synctl to linting ... (diff) | |
download | synapse-759481af6d401c502317c93f8d7d6f281c288dc3.tar.xz |
Element CSS and logo in email templates (#7919)
Use Element CSS and logo in notification emails when app name is Element. Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to 'synapse/res/templates/mail-Element.css')
-rw-r--r-- | synapse/res/templates/mail-Element.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/synapse/res/templates/mail-Element.css b/synapse/res/templates/mail-Element.css new file mode 100644 index 0000000000..6a3e36eda1 --- /dev/null +++ b/synapse/res/templates/mail-Element.css @@ -0,0 +1,7 @@ +.header { + border-bottom: 4px solid #e4f7ed ! important; +} + +.notif_link a, .footer a { + color: #76CFA6 ! important; +} |