diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-17 14:12:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-17 14:12:59 +0100 |
commit | 6f244ba82c5821e2e8af11597ff970e7af445160 (patch) | |
tree | 74078f0a91241b3a35cee880d41658ae93b15d87 /app/javascript/styles | |
parent | ea75ae2d1fd987075f600fca66003e2f69cc6cca (diff) |
Use better reblog icon and improve contrast in HTML e-mails (#6272)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mailer.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/styles/mailer.scss b/app/javascript/styles/mailer.scss index d84763612..e6422b2ea 100644 --- a/app/javascript/styles/mailer.scss +++ b/app/javascript/styles/mailer.scss @@ -300,7 +300,7 @@ h3 { .footer { .column-cell, p { - color: lighten($ui-base-color, 26%); + color: lighten($ui-base-color, 34%); } p { @@ -313,7 +313,7 @@ h3 { } a { - color: lighten($ui-base-color, 26%); + color: lighten($ui-base-color, 34%); text-decoration: underline; } @@ -363,7 +363,7 @@ h3 { } .button-primary { - background-color: $ui-highlight-color; + background-color: darken($ui-highlight-color, 3%); } .text-center { |