zwifthub.com - Dark Mode

Dark mode for Zwift Hub

目前为 2024-12-15 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name zwifthub.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.0
  5. @description Dark mode for Zwift Hub
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document domain("zwifthub.com") {
  11. /* Invert colors except images and videos */
  12. :is(
  13. html:not([stylus-iframe]),
  14. img,
  15. svg,
  16. video
  17. ) {
  18. filter: invert(1) hue-rotate(180deg) !important;
  19. }
  20. }