Dark theme #719
Labels
Experience: Frontend
Experience: UX
good first issue
A good issue for anyone new to open source to work on
hacktoberfest
Good issue for someone to work on for Hacktoberfest
help wanted
We'd love to have help working on this issue
Type: Enhancement
Description
There should be a button that switches the site between a light theme and a dark theme, with its default state set by something akin to
window.matchMedia('(prefers-color-scheme: dark)')
Requirements
A white flash of light (a "flashbang") often occurs on pages that have toggleable themes before dark mode can be applied. There are ways to avoid this, described in the "Loading strategy" section of this reputable article.
Additional Notes
Let's be real, a site for coders should always have a dark theme.
The text was updated successfully, but these errors were encountered: