-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overwriting css property using .darkmode--activated class is not working #63
Comments
I tried to ignore some elements for dark mode using all the options I found:
None of the above worked, I loaded Darkmode.js with CDN.
This one above did some weird things and pulled out colors, at least it did something I guess? Not what I was expecting though. Would be really lovely if this issue could get resolved so this can actually be used. |
I think the option that works the best is:
|
Have you tried this? |
I found that there is no single solution, basically you need to read and understand what "mix-blend-mode" does and how it interacts with various elements. There I made it work as userscript -> https://github.com/Purfview/Darkmode-User |
Overwriting CSS property using .darkmode--activated class is not working and also overwriting class attributes too are not working.
The text was updated successfully, but these errors were encountered: