I am having issues with Gmail in dark mode on mobile clients, namely the color choices it uses.
If I specify green background-color: #00ff00;
as a background color, Gmail in dark mode changes the value to a dark green background-color: #1c4211;
. It's not my first choice for a dark green. I am looking for ways to customize the color.
I have tried to target Gmail specifically with a class like: u ~ div td background-color: #00ff00;
. With some color choices like red, it adheres to the color choice. In many others, it makes a substitution for a darker color that doesn't work for my intended needs.
Has anyone run across a solution to fine-tune the swap process?
!important
which makes it impossible to override. My current plan is to get a job with the gmail team, secretly add an exploit. Wish me luck. – Sixpence