webhint.io - Dark Theme [Customizable]

Dark theme for WebHint.io

  1. /* ==UserStyle==
  2. @name webhint.io - Dark Theme [Customizable]
  3. @namespace typpi.online
  4. @version 1.1.1
  5. @description Dark theme for WebHint.io
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. @supportURL https://github.com/Nick2bad4u/UserStyles/issues
  10.  
  11. @var color header-color "Header Color" #c797ff
  12. ==/UserStyle== */
  13. @-moz-document domain("webhint.io") {
  14. /* Stylus Variables */
  15. :root {
  16. --header-color: var(header-color);
  17. }
  18.  
  19. /* Invert colors except images and videos */
  20. html,
  21. img,
  22. svg,
  23. video,
  24. iframe,
  25. .highlight {
  26. filter: invert(1) hue-rotate(180deg) !important;
  27. }
  28.  
  29. .header {
  30. background-color: var(--header-color);
  31. }
  32. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址