How do I get around the color inversion that Gmail iOS does when the dark theme is active?

Viewed 14

My main task is to write HTML/CSS code for an email that is designed with a dark background and light typography.

The main problem is that iOS Gmail does a complete color inversion if the dark theme is active.

Here's a snippet of the original design: enter image description here

Here's what it looks like in the dark iOS Gmail theme: enter image description here

Here's what it looks like if I use the light design originally (light background, dark typography): enter image description here

Question. Is there any way around this behavior?

HTML code - link

0 Answers
Related