mawil583 / Spades-Calculator

spades-calculator.vercel.app
2 stars 1 forks source link

Dark Reader bug #28

Closed mawil583 closed 1 year ago

mawil583 commented 1 year ago

Problem

Because the background color of my app is already dark, I don't need the Dark Reader extension to be applied to it.

Reproduction

  1. Download Dark Reader
  2. Navigate to the homepage
  3. Turn dark reader on
  4. Notice how it turns the bottom of the page black

With Dark Reader Off

Image

With Dark Reader On

Image

Thoughts

mawil583 commented 1 year ago

The easiest workaround was to make the root div 100% height so that there's no stark cutoff of styling. This fixed the majority of the problem, but the boarders around the buttons and inputs is still difficult to see when it's in dark mode. But I'll make a different task for that as it's a lower priority problem