Skip to content
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

@media css selector different color #244674

Closed
hawkticehurst opened this issue Mar 25, 2025 · 1 comment
Closed

@media css selector different color #244674

hawkticehurst opened this issue Mar 25, 2025 · 1 comment
Assignees

Comments

@hawkticehurst
Copy link
Member

hawkticehurst commented Mar 25, 2025

Testing #244445

Theme: Dark Modern

I actually think Insiders is more correct here, but it's a difference none the less.

Stable:

Image

Insiders:

Image
@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;
  }
}
@alexr00
Copy link
Member

alexr00 commented Apr 2, 2025

All these issues are great, thank you! I agree that this seems better in insiders, so closing.

@alexr00 alexr00 closed this as completed Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants