custom.css 578 B

123456789101112131415161718192021222324
  1. :root {
  2. --vp-c-brand-1: #ffa8a8;
  3. --vp-c-brand-2: #e75c5c;
  4. --vp-c-brand-3: #dd3e3e;
  5. --vp-c-brand-soft: rgba(255, 100, 100, 0.16);
  6. --vp-home-hero-name-color: transparent;
  7. --vp-home-hero-name-background: linear-gradient(120deg, #fe3480 30%, #ffd941);
  8. --vp-home-hero-image-background-image: linear-gradient(-45deg, #fe3480 50%, #ffd941 50%);
  9. --vp-home-hero-image-filter: blur(44px);
  10. }
  11. @media (min-width: 640px) {
  12. :root {
  13. --vp-home-hero-image-filter: blur(56px);
  14. }
  15. }
  16. @media (min-width: 960px) {
  17. :root {
  18. --vp-home-hero-image-filter: blur(68px);
  19. }
  20. }