techpowerup.com - Dark Mode

techpowerup.com - Dark Mode!

/* ==UserStyle==
@name           techpowerup.com - Dark Mode
@namespace      typpi.online
@version        20241119.00.13
@description    techpowerup.com - Dark Mode!
@homepageURL    https://github.com/Nick2bad4u/UserStyles
@supportURL     https://github.com/Nick2bad4u/UserStyles/issues
@author         Nick2bad4u
@license        UnLicense
==/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;
	}
}