SO-Close-Vote-Reviewers / UserScripts

Various user scripts that add features to the review queue or to the chat room
Other
56 stars 41 forks source link

Magic Editor and Dark mode not compatible #185

Closed dippas closed 9 months ago

dippas commented 4 years ago

Here is the result after toggling the magic editor button

image

As you can see barely can read the text in order to make the changes.

dippas commented 4 years ago

@makyen the issue is here App.selections.body.animate({ backgroundColor: '#fff' }, 1000); most likely need a condition to check if is dark/theme-system selected

dippas commented 3 years ago

@makyen any update on this? I've seen there is a PR to fix this

dippas commented 9 months ago

Done here https://github.com/SO-Close-Vote-Reviewers/UserScripts/pull/217