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
Just a word of caution, we at AA found a usability issue with defaulting to dark mode. Users with eyesight issues immediately had concerns. The main feedback is users felt the desktop OS dark mode websites were different from mobile OS dark mode for apps.
Instead, we are opting to have a switch in the user profile.
I believe some work was done here to support dark mode. The default should be the mode specified by the browser.
Most browsers supply this media query https://caniuse.com/#search=prefers-color-scheme
This can also be read in javascript. This article has the best practice ways to support this: https://web.dev/prefers-color-scheme/#finding-out-if-dark-mode-is-supported-by-the-browser
The text was updated successfully, but these errors were encountered: