Hacker News new | ask | show | jobs
by pc86 1998 days ago
The design is honestly fantastic. Great work.

How do you enable dark mode?

1 comments

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...

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