Dark theme for Garmin Rumours
garminrumors.com - Dark Theme by Nick2bad4u
Imported and mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/GarminRumors-DarkMode.user.css
Details
AuthorNick2bad4u
LicenseUnLicense
Categorygarminrumors
Created
Updated
Size622 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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);
}
}