2 comments

[ 3.0 ms ] story [ 18.0 ms ] thread
Stylus extension needed to install this dark mode script is only available for Chrome and Firefox. Any recommendation for Safari?
I made something similar

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