Add site-wide toggle for dark mode
Aberta
enhancement
- Linguagem predominante
- Vue
- Estrelas
- 5
- Forks
- 7
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.