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

CSS wishlist: Dark mode #1009

Closed
Zash opened this issue Nov 21, 2020 · 0 comments · Fixed by #1010
Closed

CSS wishlist: Dark mode #1009

Zash opened this issue Nov 21, 2020 · 0 comments · Fixed by #1010

Comments

@Zash
Copy link
Member

Zash commented Nov 21, 2020

Steps to reproduce:

  1. Configure a dark-mode theme in your OS
  2. Turn off the lights
  3. Light some candles
  4. Open a XEP in a browser

Expects:
Able to read the XEP and haxxor all night long.

Actual:
Ouch, owie, my eyes!

Suggested solution:

Amend the CSS with something like this:

@media screen and (prefers-color-scheme: dark){
	body {
		background-color: black;
		color: white;
	}
}
linkmauve added a commit to linkmauve/xeps that referenced this issue Nov 22, 2020
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