-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
498cc5f
commit b08e764
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* ==UserStyle== | ||
@name garminrumors.com - Dark Theme | ||
@namespace typpi.online | ||
@version 1.0.0 | ||
@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); | ||
} | ||
} |