bicycling.com - Dark Mode

Description

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

  1. /* ==UserStyle==
  2. @name bicycling.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.2
  5. @description Description
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document domain("bicycling.com") {
  11. /* Invert colors except images and videos */
  12. html,
  13. img,
  14. svg,
  15. video,
  16. iframe {
  17. background: black;
  18. color: white;
  19. }
  20.  
  21. .css-1ew0k1 {
  22. color: orange;
  23. }
  24.  
  25. .css-1evjo6m {
  26. color: mediumpurple;
  27. }
  28.  
  29. .__resp-container .video-player,
  30. [data-embed]:defined {
  31. display: none;
  32. }
  33.  
  34. .css-93j5lg {
  35. color: #a94b17c9;
  36. }
  37.  
  38. .css-79elbk,
  39. :host {
  40. background: #565656 !important;
  41. }
  42. }