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

Dark mode on your website #814

Open
jimmywarting opened this issue Jun 7, 2023 · 0 comments · May be fixed by #816
Open

Dark mode on your website #814

jimmywarting opened this issue Jun 7, 2023 · 0 comments · May be fixed by #816
Labels

Comments

@jimmywarting
Copy link

jimmywarting commented Jun 7, 2023

this is not a request for Mozilla Position on an Emerging Web Specification
but a request for https://mozilla.github.io/standards-positions/ to support dark mode.

The site is too bright at night.

and hopefully also make use of color-scheme with either of this solutions:

<meta name="color-scheme" content="dark light">

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
  }
}
@tantek tantek added the tooling label Jun 7, 2023
martinthomson added a commit to martinthomson/standards-positions that referenced this issue Jun 8, 2023
This isn't so trivial, but likely only because I don't know how to drive
bootstrap.  This just overrides the rules for stuff we use.

Feedback on color choice welcome; I just picked something that looked OK
on my screen.

Closes mozilla#814.
@martinthomson martinthomson linked a pull request Jun 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants