Skip to content
代码片段 群组 项目
提交 600a083c 编辑于 作者: Martin Schurz's avatar Martin Schurz
浏览文件

Set white background for mails in Outlook


Outlook seems to have problems in some versions to interpret the short color code.
Using the long form version fixes that and makes mails look nicer in Outlook.

Signed-off-by: default avatarMartin Schurz <Martin.Schurz@telekom.de>
上级 6ccc1f6f
No related branches found
No related tags found
无相关合并请求
...@@ -6,5 +6,13 @@ ...@@ -6,5 +6,13 @@
"ee/app/assets/stylesheets/startup/startup-*.scss", "ee/app/assets/stylesheets/startup/startup-*.scss",
"app/assets/stylesheets/highlight/themes/*.scss", "app/assets/stylesheets/highlight/themes/*.scss",
"app/assets/stylesheets/lazy_bundles/cropper.css" "app/assets/stylesheets/lazy_bundles/cropper.css"
],
"overrides": [
{
"files": ["app/assets/stylesheets/mailer.scss"],
"rules": {
"color-hex-length": "long"
}
}
] ]
} }
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
// Do not use 3-letter hex codes, bgcolor vs css background-color is problematic in emails // Do not use 3-letter hex codes, bgcolor vs css background-color is problematic in emails
// //
$mailer-font: 'Helvetica Neue', Helvetica, Arial, sans-serif; $mailer-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
$mailer-text-color: #333; $mailer-text-color: #333333;
$mailer-bg-color: #fafafa; $mailer-bg-color: #fafafa;
$mailer-link-color: #3777b0; $mailer-link-color: #3777b0;
$mailer-link-muted-color: #333; $mailer-link-muted-color: #333333;
$mailer-line-cell-bg-color: #6b4fbb; $mailer-line-cell-bg-color: #6b4fbb;
$mailer-wrapper-cell-bg-color: #fff; $mailer-wrapper-cell-bg-color: #ffffff;
$mailer-wrapper-cell-border-color: #ededed; $mailer-wrapper-cell-border-color: #ededed;
$mailer-header-footer-text-color: #5c5c5c; $mailer-header-footer-text-color: #5c5c5c;
$full-width: 640px; $full-width: 640px;
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册