summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-05-09 20:16:56 +0200
committerMatthew Hodgson <matthew@matrix.org>2016-05-09 20:16:56 +0200
commit6b45ffd2d1190e1c34fd181dacdf17b4a18f76e6 (patch)
treefeb07ad4b3058b00acbc2da8d8e885b3823a13f9
parentbetter mail subject lines (diff)
downloadsynapse-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
-rw-r--r--res/templates/mail-Vector.css7
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;
+}