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
Testing #244445
Theme: Dark Modern
I actually think Insiders is more correct here, but it's a difference none the less.
Stable:
Insiders:
@media (prefers-reduced-motion: no-preference) { .animation { transition: transform 1s ease-in; } } @media (prefers-color-scheme: light) { :root { --background-color: white; --text-color: black; } } @media (prefers-color-scheme: dark) { :root { --background-color: black; --text-color: white; } }
The text was updated successfully, but these errors were encountered:
All these issues are great, thank you! I agree that this seems better in insiders, so closing.
Sorry, something went wrong.
alexr00
No branches or pull requests
Testing #244445
Theme: Dark Modern
I actually think Insiders is more correct here, but it's a difference none the less.
Stable:
Insiders:
The text was updated successfully, but these errors were encountered: