[The Magic Highlighter] Breaks .txt pages #36
Labels
bug
Something isn't working
in progress
We are actively working on this!
TestFlight
Available for testing in TestFlight
Product
The Magic Highlighter
Subject
.txt pages are rendered white-on-white
Feedback
Hello!
If you load a .txt file in Safari, it seems The Magic Highlighter breaks the page by changing the text to be white. My system is set to Dark Mode.
I can reproduce easily by disabling and reloading the file, then enabling. Safari auto-reloads the page for me. If I edit the generated HTML (which is a bit odd, considering it's a text file) and change
background-color: rgb(255, 255, 255);
tobackground-color: rgb(0, 0, 0);
the text re-appears.I'm hazarding a guess that the extension is injecting itself on a non-HTML resource, causing this issue; if that's correct, my expected behavior would be for The Magic Highlighter to not run if I'm not viewing a web page in the web browser. The next-best behavior would be to correctly set the background color to match the system setting.
Thanks!
Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: