123456789101112131415161718192021222324 |
- :root {
- --vp-c-brand-1: #ffa8a8;
- --vp-c-brand-2: #e75c5c;
- --vp-c-brand-3: #dd3e3e;
- --vp-c-brand-soft: rgba(255, 100, 100, 0.16);
- --vp-home-hero-name-color: transparent;
- --vp-home-hero-name-background: linear-gradient(120deg, #fe3480 30%, #ffd941);
- --vp-home-hero-image-background-image: linear-gradient(-45deg, #fe3480 50%, #ffd941 50%);
- --vp-home-hero-image-filter: blur(44px);
- }
- @media (min-width: 640px) {
- :root {
- --vp-home-hero-image-filter: blur(56px);
- }
- }
- @media (min-width: 960px) {
- :root {
- --vp-home-hero-image-filter: blur(68px);
- }
- }
|