summary refs log tree commit diff
path: root/res/templates/mail.css
diff options
context:
space:
mode:
authorDavid Baker <dbkr@users.noreply.github.com>2016-05-24 14:30:51 +0100
committerDavid Baker <dbkr@users.noreply.github.com>2016-05-24 14:30:51 +0100
commitcbf8d146ac61fa748088f494147583498dd39b41 (patch)
treee6b6815162d192b3b0361257fb364ccf256d0a5c /res/templates/mail.css
parentMerge pull request #798 from negzi/bugfix_create_user_feature (diff)
parentcatch thinko in presentable names (diff)
downloadsynapse-cbf8d146ac61fa748088f494147583498dd39b41.tar.xz
Merge pull request #799 from matrix-org/matthew/quieter-email-notifs
Tune email notifs to make them quieter:
Diffstat (limited to 'res/templates/mail.css')
-rw-r--r--res/templates/mail.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/templates/mail.css b/res/templates/mail.css
index f2b5e84abc..5ab3e1b06d 100644
--- a/res/templates/mail.css
+++ b/res/templates/mail.css
@@ -145,6 +145,11 @@ pre, code {
     text-decoration: none;
 }
 
+.debug {
+    font-size: 10px;
+    color: #888;
+}
+
 .footer {
     margin-top: 20px;
     text-align: center;