|
1 | 1 | :root { |
2 | | - --vp-c-brand-1: #367d93; |
3 | | - --vp-c-brand-2: #52adc8; |
4 | | - --vp-c-brand-3: #52adc8; |
5 | | - --vp-c-brand-soft: rgba(82, 173, 200, 0.14); |
| 2 | + --vp-c-brand-1: #952f7c; |
| 3 | + --vp-c-brand-2: #c93d80; |
| 4 | + --vp-c-brand-3: #c93d80; |
| 5 | + --vp-c-brand-soft: rgba(201, 61, 128, 0.14); |
| 6 | + |
| 7 | + --vp-home-hero-image-background-image: linear-gradient(-45deg, #d97e6a 20%, #c93d80 80%); |
| 8 | + --vp-home-hero-image-filter: blur(56px); |
6 | 9 | } |
7 | 10 |
|
8 | 11 | .dark { |
9 | | - --vp-c-brand-1: #a4cdd9; |
10 | | - --vp-c-brand-2: #79b8cc; |
11 | | - --vp-c-brand-3: #79b8cc; |
12 | | - --vp-c-brand-soft: rgba(121, 184, 204, 0.16); |
| 12 | + --vp-c-brand-1: #f1a8c8; |
| 13 | + --vp-c-brand-2: #e57aa9; |
| 14 | + --vp-c-brand-3: #e57aa9; |
| 15 | + --vp-c-brand-soft: rgba(229, 122, 169, 0.16); |
| 16 | +} |
| 17 | + |
| 18 | +.VPHero .VPImage { |
| 19 | + border-radius: 14px; |
| 20 | + box-shadow: 0 24px 64px -16px rgba(149, 47, 124, 0.45), |
| 21 | + 0 8px 24px -8px rgba(149, 47, 124, 0.25); |
| 22 | +} |
| 23 | + |
| 24 | +@media (min-width: 960px) { |
| 25 | + .VPHero .image-container { |
| 26 | + width: 420px; |
| 27 | + height: 420px; |
| 28 | + } |
| 29 | + .VPHero .image-src { |
| 30 | + max-width: 100%; |
| 31 | + max-height: 100%; |
| 32 | + } |
13 | 33 | } |
14 | 34 |
|
15 | 35 | .adopters-grid { |
|
0 commit comments