I’ve got a problem with dark mode in HTML email. I’m using black background, dark images and white text, but it just doesn’t work right on iPhones in Gmail app.
Right now I kind of fixed it with background-image: linear-gradient(black, black) !important;. Maybe someone knows a better way to handle this?
Right now I kind of fixed it with background-image: linear-gradient(black, black) !important;. Maybe someone knows a better way to handle this?