Greasy Fork 还支持 简体中文。

Strava Toolbox - Dark Mode

Dark mode for Strava toolbox

  1. /* ==UserStyle==
  2. @name Strava Toolbox - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.2
  5. @description Dark mode for Strava toolbox
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. @supportURL https://github.com/Nick2bad4u/UserStyles/issues
  10. ==/UserStyle== */
  11. @-moz-document domain("marcellobrivio.com") {
  12. /* Invert colors except images and videos */
  13. :is(
  14. html:not([stylus-iframe]),
  15. img,
  16. svg,
  17. video,
  18. #main #join.background_10,
  19. #footer
  20. ) {
  21. filter: invert(1) hue-rotate(180deg) !important;
  22. }
  23.  
  24. #main .menu,
  25. .button {
  26. border: 1px dashed #ff7152;
  27. background-color: #fff;
  28. color: #000;
  29. }
  30. }