The problem i am facing is that i have a custom darkmode on my html website. Android has a darkmode function on their phones (same for IOS). Those functions apply a filter on my website, but i want them to use my custom code for it. How to i force them to use my colorcodes instead of a filter?
For darkmode i am using a root color overlay. See picture:
I have tried researching it but i can't find anything about it online. My experience isn't big enough to tackle this problem by myself.