diff options
author | David Baker <dbkr@users.noreply.github.com> | 2016-05-24 14:30:51 +0100 |
---|---|---|
committer | David Baker <dbkr@users.noreply.github.com> | 2016-05-24 14:30:51 +0100 |
commit | cbf8d146ac61fa748088f494147583498dd39b41 (patch) | |
tree | e6b6815162d192b3b0361257fb364ccf256d0a5c /res/templates/mail.css | |
parent | Merge pull request #798 from negzi/bugfix_create_user_feature (diff) | |
parent | catch thinko in presentable names (diff) | |
download | synapse-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.css | 5 |
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; |