favero.com - Dark Mode

Dark mode for Favero.com

  1. /* ==UserStyle==
  2. @name favero.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.2
  5. @description Dark mode for Favero.com
  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("favero.com") {
  12. /* Invert colors except images and videos */
  13. :is(
  14. html:not([stylus-iframe]),
  15. img,
  16. svg,
  17. video,
  18. .bg-dark-grey,
  19. .footer
  20. ),
  21. p.legalese {
  22. filter: invert(1) hue-rotate(180deg);
  23. }
  24.  
  25. .header .logo a img,
  26. .header .icon-cart {
  27. filter: unset !important;
  28. }
  29. }