I'm building out an email using mjml and the design is pretty standard and not flexible to change.
In gmail the copy becomes illegible because gmail inverts the white copy to black copy.
I want gmail to keep my intended stylings, is there a method to ensuring gmail doesn't invert anything?
I've tried:
- Applying
!importantto all the elements I require. @media (prefers-color-scheme: dark) {}but gmail strips media queries.<meta name="supported-color-schemes" content="light only">no luck.
Any help would be much appreciated.
Thank you
Moe