top | item 45787140

Show HN: Hacker News Dark Mode

2 points| andrecarini | 4 months ago |github.com

2 comments

order

eevmanu|4 months ago

I made something similar

  body {
      background: white !important;
  }
  html {
      filter: invert(90%) hue-rotate(180deg) !important;
  }

laser9|4 months ago

Stylus extension needed to install this dark mode script is only available for Chrome and Firefox. Any recommendation for Safari?