/* ==UserStyle==
@name         New Yorker Simple Dark Mode
@version      20241106.04.31
@namespace    typpi.online
@description  Dark theme for New Yorker
@homepageURL  https://github.com/Nick2bad4u/UserStyles
@supportURL   https://github.com/Nick2bad4u/UserStyles/issues
@author       Nick2bad4u
@license      UnLicense
==/UserStyle== */

@-moz-document domain("newyorker.com") {
	/* Invert colors except images and videos */
	:is(html:not([stylus-iframe]), img, svg, video):not(
			z#z.z[z]
		) {
		filter: invert(1) hue-rotate(180deg) !important;
		background-color: inherit !important;
	}
}
