Closed
Description
Thank you for the amazing newsletter 🧡
On the website, it could be nice to have:
- selectable light vs dark mode, with a simple button for picking the active theme, e.g. dark-mode-toggle or similar
- possibly autodetect the user-preferred style with
prefers-color-scheme
css media query (also supported by above JS snippet and others) - possibly even support the variety of themes that e.g.
rustdoc
andmdbook
supports (Light, Rust, Coal, Navy, Ayu)