diff options
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; +} |