Ask HN: Is there a darkmode setting for HN?

3 points by Flatcircle ↗ HN

5 comments

[ 5.5 ms ] story [ 25.2 ms ] thread
I use a hacked together custom style sheet:

  a:link{
   color: lightgray;
  }

  #hnmain {
   background-color: #202020;
  }

  body {
   background-color: black;
  }

  .pagetop a:visited {
   color: #707070;
  }

  .c00, .c00 a:link {
   color: lightgray;
  }
In FF I use CSS override. Perhaps there are other plugins. For hn.algolia.com you might need another.
It inverts quite well with e.g. darkreader or noir
It respects a global dark mode setting in the browser and looks fine. I'm using Bromite with dark mode. I see a sort of Halloween theme. Black background, white text, orange banner.