Dark theme for Garmin Rumours
/* ==UserStyle==
@name garminrumors.com - Dark Theme
@namespace nick2bad4u.github.io
@version 1.0.2
@description Dark theme for Garmin Rumours
@author Nick2bad4u
@license UnLicense
@homepageURL https://github.com/Nick2bad4u/UserStyles
@supportURL https://github.com/Nick2bad4u/UserStyles/issues
==/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);
}
}