-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for prefers-color-scheme CSS media query #4514
Comments
Implemented in Safari Tech Preview 68 now. |
In the future, please provide documentation to confirm it :) |
Chrome is looking at it now: |
on mobile platform, there must be system dark mode preference in settings (Android 9+). It does not make any sense without it, so not just a browser but OS version is limitating factor too. |
Now available at https://caniuse.com/#feat=prefers-color-scheme |
For dark mode in macOS (among others):
https://drafts4.csswg.org/mediaqueries-5/#prefers-color-scheme
https://brehaut.net/blog/2018/a_dark_mode_less_mixin
This is still not implemented anywhere yet.
The text was updated successfully, but these errors were encountered: