favero.com - Dark Mode

Dark mode for Favero.com

当前为 2024-12-24 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name favero.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.0
  5. @description Dark mode for Favero.com
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document domain("favero.com")
  11. {
  12. /* Invert colors except images and videos */
  13. :is( html:not([stylus-iframe]),
  14. img,
  15. svg,
  16. video,
  17. .bg-dark-grey,
  18. .footer),
  19. p.legalese
  20. {
  21. filter: invert(1) hue-rotate(180deg);
  22. }
  23.  
  24. .header .logo a img,
  25. .header .icon-cart
  26. {
  27. filter: unset !important;
  28. }
  29. }