CertainPerformance / Stack-Exchange-Userscripts

Userscripts for Stack Exchange
MIT License
63 stars 9 forks source link

[BUG] StackHighlightUnfoldedComments not working in dark mode #22

Open leonheess opened 3 years ago

leonheess commented 3 years ago

Which userscript StackHighlightUnfoldedComments

Describe the bug With dark mode it makes highlighted comments unreadable.

To Reproduce Steps to reproduce the behavior:

  1. Activate dark mode
  2. Click on Show X comments

Expected behavior Highlighting color is dependant on mode

Environment (please complete the following information):

zcoop98 commented 2 years ago

I'm gonna guess that you have the "System Theme" selected as your Stack Overflow theme preference? That's the cause of this bug.

CommentHighlightSystemTheme

Luckily, a PR, #19, already exists with a proper fix!

It just needs to get merged in.

leonheess commented 2 years ago

I'm gonna guess that you have the "System Theme" selected as your Stack Overflow theme preference? That's the cause of this bug.

Luckily, a PR, #19, already exists with a proper fix!

It just needs to get merged in.

Yes, I do! Glad this is being fixed