I've encountered some challenges with Gmail's dark mode on mobile clients, particularly regarding the color scheme it uses. When I try to use a specific green background color background-color: #00ff00;
, Gmail in dark mode changes it to a darker shade background-color: #1c4211;
which is not ideal. I'm exploring ways to customize the color option for better results.
I attempted to target Gmail specifically with a class like:
u ~ div td background-color: #00ff00;
. While this approach works for certain colors like red, it often substitutes a darker shade that doesn't suit my needs. Is there a solution out there to fine-tune this color swapping process?