Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u committed Jan 1, 2025
1 parent be99039 commit 233aacd
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Statshunters-Dark.user.css
Original file line number Diff line number Diff line change
@@ -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;
}
}

0 comments on commit 233aacd

Please sign in to comment.