Skip to content

statshunters.com - Dark Mode by Nick2bad4u

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

Screenshot of statshunters.com - Dark Mode

Details

AuthorNick2bad4u

LicenseUnLicense

Categorystatshunters

Created

Updated

Size733 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for Strava StatsHunters

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           statshunters.com - Dark Mode
@namespace      typpi.online
@version        1.0.1
@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 {
		background: #000;
		color: #fff;
	}
	.ui-menu-option:not(.is-divider),
	.ui-menu-option__icon {
		overflow: auto;
		font-size: small;
	}

	.ui-menu-option__icon,
	.ui-icon {
		display: none;
	}
}

Reviews

No reviews yet.