You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I'm currently debugging my website https://speechbot.jandamm.de/ and encountered an issue with DarkReader where it wouldn't detect a DarkMode on iOS (and automatically disable itself).
Also my website looked a bit strange since the background-color of html was white.
This kept true even after I specified the color in my css.
Then I noticed that my html tag in my html file has a style setting the background-color to rgba(255,255,255,255).
By enabling on one extension at a time I found out that enabling The Magic Highlighter produced this issue.
But I found it weird that it only happens for the site mentioned above but not for https://jandamm.de.
Context
No response
Code of Conduct
I have read and agree to the Herd Works Product Feedback Issue Tracker project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Product
The Magic Highlighter
Subject
Breaking DarkReader by injecting styles into html
Feedback
Hey,
I'm currently debugging my website https://speechbot.jandamm.de/ and encountered an issue with DarkReader where it wouldn't detect a DarkMode on iOS (and automatically disable itself).
Also my website looked a bit strange since the
background-color
ofhtml
was white.This kept true even after I specified the color in my css.
Then I noticed that my html tag in my html file has a style setting the
background-color
torgba(255,255,255,255)
.By enabling on one extension at a time I found out that enabling The Magic Highlighter produced this issue.
But I found it weird that it only happens for the site mentioned above but not for https://jandamm.de.
Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: