Show HN: Hacker News Dark Mode

(github.com)

2 points | by andrecarini 14 hours ago

2 comments

  • eevmanu 10 hours ago
    I made something similar

      body {
          background: white !important;
      }
      html {
          filter: invert(90%) hue-rotate(180deg) !important;
      }
  • laser9 12 hours ago
    Stylus extension needed to install this dark mode script is only available for Chrome and Firefox. Any recommendation for Safari?