gf.qytechs.cn - Dark Mode

Dark Mode for gf.qytechs.cn

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

  1. /* ==UserStyle==
  2. @name gf.qytechs.cn - Dark Mode
  3. @version 2.0
  4. @namespace https://github.com/Nick2bad4u/UserStyles
  5. @description Dark Mode for gf.qytechs.cn
  6. @homepageURL https://github.com/Nick2bad4u/UserStyles
  7. @author Nick2bad4u
  8. @license UnLicense
  9. ==/UserStyle== */
  10. @document domain("gf.qytechs.cn") {
  11. /* Invert colors except images and videos */
  12. :is(
  13. html:not([stylus-iframe]),
  14. img,
  15. svg,
  16. video,
  17. h3,
  18. #script-info header h2
  19. ),
  20. header,
  21. #script-description {
  22. filter: invert(1) hue-rotate(180deg) !important;
  23. }
  24.  
  25. /* Ensure background images are not inverted */
  26. :is(
  27. html:not([stylus-iframe]),
  28. img,
  29. svg,
  30. video
  31. ) {
  32. background-color: inherit !important;
  33. }
  34.  
  35. #site-name > a {
  36. filter: invert(1) hue-rotate(180deg) !important;
  37. }
  38.  
  39. #greasyfork-plus-options > ul,
  40. h3,
  41. h2 {
  42. color: #670000;
  43. }
  44. }

QingJ © 2025

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