扫码关注官方订阅号
我有一个代码 hack,可以在除 Windows 邮件 10 和 11 之外的大多数深色模式客户端中保留黑色背景上的白色文本。
Combo text hack. Works everywhere except Windows 10 & 11 mail.
我应用了针对 Outlook 和 Windows Mail 10 和 11 的
Outlook 深色模式
深色模式元标签
针对深色模式的 Android/Outlook.com
可以在此处找到有关深色模式的更多信息:
https:// www.litmus.com/blog/the-ultimate-guide-to-dark-mode-for-email-marketers/
您可以使用以下两种方法之一来定位 Windows Mail:
/* Windows Mail (Phone & Surface) */ _:-ms-input-placeholder, :root .your-class-name { /* Replace this comment with your styles */ }
或
/* Windows Mail (Phone & Surface) */ _:-ms-fullscreen, :root .your-class-name { /* Replace this comment with your styles */ }
这两篇文章均由 Mark Robbins 提交至 https://howtotarget.email/。
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
Outlook 深色模式
深色模式元标签
针对深色模式的 Android/Outlook.com
可以在此处找到有关深色模式的更多信息:
https:// www.litmus.com/blog/the-ultimate-guide-to-dark-mode-for-email-marketers/
您可以使用以下两种方法之一来定位 Windows Mail:
/* Windows Mail (Phone & Surface) */ _:-ms-input-placeholder, :root .your-class-name { /* Replace this comment with your styles */ }或
/* Windows Mail (Phone & Surface) */ _:-ms-fullscreen, :root .your-class-name { /* Replace this comment with your styles */ }这两篇文章均由 Mark Robbins 提交至 https://howtotarget.email/。