Skip to content

garminrumors.com - Dark Theme by Nick2bad4u

Imported and mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/GarminRumors-DarkMode.user.css

Screenshot of garminrumors.com - Dark Theme

Details

AuthorNick2bad4u

LicenseUnLicense

Categorygarminrumors

Created

Updated

Size622 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for Garmin Rumours

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           garminrumors.com - Dark Theme
@namespace      typpi.online
@version        1.0.1
@description    Dark theme for Garmin Rumours
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@-moz-document domain("garminrumors.com") {
	/* Invert colors except images and videos */
	:is(
			html:not([stylus-iframe]),
			img,
			svg,
			video,
			#uc_ue_listing_carousel_elementor_1d30439 *
		):not(
			.elementor-910
				.elementor-element.elementor-element-a5979ca
				img
		) {
		filter: invert(1) hue-rotate(180deg);
	}
}

Reviews

No reviews yet.