/* ==UserStyle==
@name           techpowerup.com - Dark Mode
@namespace      https://github.com/Nick2bad4u/UserStyles
@version        20241119.00.11
@description    techpowerup.com - Dark Mode!
@author         Nick2bad4u
@license        UnLicense
@downloadURL none
==/UserStyle== */
@-moz-document domain("techpowerup.com") {
  /* Invert colors except images and videos */
  :is(html:not([stylus-iframe]), img, svg, video) {
    filter: invert(1) hue-rotate(180deg) !important;
  }

  /* Ensure background images are not inverted */
  :is(html:not([stylus-iframe]), img, svg, video) {
    background-color: inherit !important;
  }
}
