asus.com - Dark Mode

Easy Dark mode for Asus

  1. /* ==UserStyle==
  2. @name asus.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.2
  5. @description Easy Dark mode for Asus
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9.  
  10. ==/UserStyle== */
  11. @-moz-document domain("asus.com") {
  12. /* Invert colors except images and videos */
  13. html,
  14. img,
  15. svg,
  16. video,
  17. iframe,
  18. [dir] .Header__headerWrapper__4ipKk,
  19. .Footer__footerContainer__4paCr,
  20. .mobileMenu.Header__headerMenu__lncT7 {
  21. filter: invert(1) hue-rotate(180deg) !important;
  22. }
  23.  
  24. .Header__header__iNAJ6 *
  25. {
  26. fill: red !important;
  27. }
  28. }