diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-05-09 20:16:56 +0200 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-05-09 20:16:56 +0200 |
commit | 6b45ffd2d1190e1c34fd181dacdf17b4a18f76e6 (patch) | |
tree | feb07ad4b3058b00acbc2da8d8e885b3823a13f9 /res | |
parent | better mail subject lines (diff) | |
download | synapse-6b45ffd2d1190e1c34fd181dacdf17b4a18f76e6.tar.xz |
Switch from CSS to Table layout for HTML mails so they work in Outlook aka Word
Remove templates-vector and theme templates with variables instead Switch to matrix.to URLs by default for links
Diffstat (limited to 'res')
-rw-r--r-- | res/templates/mail-Vector.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/templates/mail-Vector.css b/res/templates/mail-Vector.css new file mode 100644 index 0000000000..6a3e36eda1 --- /dev/null +++ b/res/templates/mail-Vector.css @@ -0,0 +1,7 @@ +.header { + border-bottom: 4px solid #e4f7ed ! important; +} + +.notif_link a, .footer a { + color: #76CFA6 ! important; +} |