v0.10.1 April 15, 2026
Default to Light Theme
Theme default is now light for all first-time visitors.
1 changed
Changed
- Theme default is now light for all first-time visitors. Previously, with no `localStorage.theme` set, the site fell back to `prefers-color-scheme: dark` — meaning anyone on a dark-mode OS landed on the dark UI. The `ThemeScript` fallback and the `matchMedia` listener in `ThemeToggle` have been removed, so the site renders on a white background unless the user explicitly picks dark via the toggle (choice persisted in `localStorage`).