-
Notifications
You must be signed in to change notification settings - Fork 4
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 #1542
Comments
@calebeby The background color is set in |
Can we instead use a media query instead? https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme I think a combination of media query + css variables should make this work |
Do you know if there's a way to change that value within the app? It seems like it's pulling only from the device or browser. |
No that just uses the system setting (we should use that as the default). You can add a toggle with JS and custom properties that overrides the default. Here is a very in-depth article that outlines several good options: https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/ |
Allow signed-in users to change the display to darker colors.
The text was updated successfully, but these errors were encountered: