How to prevent iOS 13 Dark Mode from breaking emails

前端 未结 2 1887
陌清茗
陌清茗 2020-12-15 08:00

We have an e-commerce app that sends out order details when a purchase is made, and we just redesigned that email template. We\'ve received reports over the past few days of

2条回答
  •  执念已碎
    2020-12-15 08:28

    Thanks to the link provided by @FrankSchlegel

    https://webkit.org/blog/8840/dark-mode-support-in-webkit/

    using color-scheme: light only in the css on all elements was the answer. Thank you!

提交回复
热议问题