Hacker News new | ask | show | jobs
by RubenvanE 1994 days 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/pref...

1 comments

Why don’t you just add a toggle for dark mode?