Add site-wide toggle for dark mode
Offen
enhancement
- Vorherrschende Sprache
- Vue
- Sterne
- 5
- Forks
- 7
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Right now, some components respond to the `prefers-color-scheme` CSS media query based on the browser/system selected theme, but many users would prefer to willingly opt into a dark theme on a site-specific basis. Implementing a toggle for dark theme would require storing some minimal data on the client (a key-value pair indicating theme preference) using Local Storage, but it certainly won't harm functionality.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.