Greasy Fork 支持简体中文。

garminbadges.com - Dark Mode

Dark mode for GarminBadges

目前為 2024-12-24 提交的版本,檢視 最新版本

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