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

Introduce "dark mode" CSS #2095

Open
jamietanna opened this issue Jul 7, 2023 · 1 comment · May be fixed by #2159
Open

Introduce "dark mode" CSS #2095

jamietanna opened this issue Jul 7, 2023 · 1 comment · May be fixed by #2159

Comments

@jamietanna
Copy link

Using the CSS media query prefers-color-scheme we can provide a dark-mode version of Datasette

@jamietanna jamietanna linked a pull request Aug 25, 2023 that will close this issue
@jamietanna
Copy link
Author

My short-term solution is:

@media (prefers-color-scheme: dark) {
	filter: invert(1);
}

Via

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

Successfully merging a pull request may close this issue.

1 participant