From 233aacd421b033c429659be19d65b7ddbef6d369 Mon Sep 17 00:00:00 2001 From: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:03:50 -0500 Subject: [PATCH] new --- Statshunters-Dark.user.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Statshunters-Dark.user.css diff --git a/Statshunters-Dark.user.css b/Statshunters-Dark.user.css new file mode 100644 index 0000000..ae430a1 --- /dev/null +++ b/Statshunters-Dark.user.css @@ -0,0 +1,34 @@ +/* ==UserStyle== +@name statshunters.com - Dark Mode +@namespace typpi.online +@version 1.0.0 +@description Dark Mode for Strava StatsHunters +@author Nick2bad4u +@license UnLicense +@homepageURL https://github.com/Nick2bad4u/UserStyles +==/UserStyle== */ +@-moz-document domain("statshunters.com") { + /* Invert colors except images and videos */ + :is( + .leaflet-container.leaflet-touch-drag + ) { + filter: invert(1) hue-rotate(180deg) !important; + } + + .ui-button--type-primary.ui-button--color-default + { + color: #FFF; + background: #000; + } + .ui-menu-option:not(.is-divider), .ui-menu-option__icon + { + overflow: auto; + font-size: small + } + + .ui-menu-option__icon, + .ui-icon + { + display: none; + } +}