favero.com - Dark Mode

Dark mode for Favero.com

当前为 2024-12-24 提交的版本,查看 最新版本

/* ==UserStyle==
@name           favero.com - Dark Mode
@namespace      typpi.online
@version        1.0.0
@description    Dark mode for Favero.com
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@-moz-document domain("favero.com")
{
	/* Invert colors except images and videos */
	:is( html:not([stylus-iframe]),
	img,
	svg,
	video,
	.bg-dark-grey,
	.footer),
	p.legalese
	{
		filter: invert(1) hue-rotate(180deg);
	}

	.header .logo a img,
	.header .icon-cart
	{
		filter: unset !important;
	}
}