statshunters.com - Dark Mode

Dark Mode for Strava StatsHunters

目前为 2025-01-01 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name statshunters.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.1
  5. @description Dark Mode for Strava StatsHunters
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document domain("statshunters.com") {
  11. /* Invert colors except images and videos */
  12. :is(.leaflet-container.leaflet-touch-drag) {
  13. filter: invert(1) hue-rotate(180deg) !important;
  14. }
  15.  
  16. .ui-button--type-primary.ui-button--color-default {
  17. background: #000;
  18. color: #fff;
  19. }
  20. .ui-menu-option:not(.is-divider),
  21. .ui-menu-option__icon {
  22. overflow: auto;
  23. font-size: small;
  24. }
  25.  
  26. .ui-menu-option__icon,
  27. .ui-icon {
  28. display: none;
  29. }
  30. }