We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The prefers-color-scheme CSS media feature is used to detect if the user has requested a light or dark color theme.
The user might indicate this preference through an operating system setting (e.g. light or dark mode) or a user agent setting.
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
@media (prefers-color-scheme: light) {}
The text was updated successfully, but these errors were encountered:
Happy to take this on!
Sorry, something went wrong.
No branches or pull requests
The prefers-color-scheme CSS media feature is used to detect if the user has requested a light or dark color theme.
The user might indicate this preference through an operating system setting (e.g. light or dark mode) or a user agent setting.
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
The text was updated successfully, but these errors were encountered: