cssgradient.io - Dark Mode

Dark theme for CSSGradient.io

目前为 2024-12-30 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name cssgradient.io - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.1
  5. @description Dark theme for CSSGradient.io
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document domain("cssgradient.io") {
  11. /* Invert colors except images and videos */
  12. main,
  13. .panel-app,
  14. .app-gradient,
  15. .app-color,
  16. .app-options,
  17. .home-article,
  18. .nav,
  19. .home-page,
  20. .blog-card,
  21. .site-footer,
  22. .blog-header,
  23. .blog-article,
  24. .row,
  25. .html-backgrounds,
  26. .gradient-backgrounds,
  27. .js-body-content,
  28. .content-backgrounds,
  29. .sidenav-fake,
  30. .sidenav-backgrounds__list-item .sidenav-backgrounds__background,
  31. body,
  32. #app,
  33. .pt-16,
  34. .mt-2,
  35. .page-article,
  36. .page-header,
  37. .page-card,
  38. .swatch-card__bar,
  39. .swatch-card__copy
  40. {
  41. background: black !important;
  42. color: white !important;
  43. }
  44. .app-color__stop.is-active
  45. {
  46. background: black !important;
  47. color: white !important;
  48. }
  49. }