5 ms·
Thank you for your kind words! Dark mode is set using only CSS, by using prefers-color-scheme.[1] So if you've enabled dark mode on your computer/phone, the we
by RubenvanE 6y ago
Thank you for your kind words!
Dark mode is set using only CSS, by using prefers-color-scheme.[1] So if you've enabled dark mode on your computer/phone, the website should automatically turn dark.
[1] https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref...
- sushid 6y agoWhy don’t you just add a toggle for dark mode?