Hacker News new | ask | show | jobs
by RubenvanE 1998 days ago
Yes, it is based on /front, but it uses your local time to set the days, instead of UTC. The problem with /front is that the front page is always only 1 click away.

I also created it to use (in my opinion) a better UI and UX, to add a dark mode, and to make it a PWA.

1 comments

The design is honestly fantastic. Great work.

How do you enable dark mode?

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?