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
(re: #1620)
Also removed some things from `utilDetect` that aren't worth
detecting anymore now that we don't support very old browsers.
Also cleaned up the utilDetect tests, I'm not sure they were
actually working correctly because of caching.
Just flagging that Chrome/Webkit has an open issue where it's not honoring window.matchMedia('(prefers-color-scheme: dark)') in some cases, but there are workarounds. I did notice this when testing locally with Chrome.
People seem really interested in Dark Mode lately 😆 🧛♂️
We should detect the user's
prefers-dark-interface
setting that we get from the browser and allow them to set a light/dark/automatic preference.The text was updated successfully, but these errors were encountered: