top | item 37015768

Ask HN: Why there’s no dark mode in HN?

1 points| deep_thinker26 | 2 years ago

Why ??

10 comments

order

k310|2 years ago

I am using "Darker" for safari, and it works well. I see "Dark Night" and "HN Dark Mode" on other devices here. But I don't tinker with something that works well.

mtmail|2 years ago

"Dark Reader" for Firefox. I'm reading HN in dark right now.

philonoist|2 years ago

I don't know. I don't want to, so long as I have HN Enhancement Suite. It works befitting to the shortcomings of HN design.

Tomte|2 years ago

Why should every web site accommodate that? Tell your browser vendor to act upon your system settings and display web sites accordingly.

hypercube33|2 years ago

hews app supports this and there is a few extensions for chrome based browsers that usually work on hacker news.

smoldesu|2 years ago

CSS is editable client-side.

willcate|2 years ago

javascript: (() => { document.documentElement.style.filter = "invert()";document.documentElement.style.background = '#fff' })();