gh-pages
 1:root {
 2  --vp-home-hero-name-color: transparent;
 3  --vp-home-hero-name-background: -webkit-linear-gradient(
 4    120deg,
 5    #F11A7B 10%,
 6    #FEFFAC
 7  );
 8
 9  --vp-home-hero-image-background-image: linear-gradient(
10    -45deg,
11    rgba(241, 26, 123, 0.33) 50%,
12    rgba(254, 255, 172, 0.33) 50%
13  );
14  --vp-home-hero-image-filter: blur(40px);
15}
16
17@media (min-width: 640px) {
18  :root {
19    --vp-home-hero-image-filter: blur(56px);
20  }
21}
22
23@media (min-width: 960px) {
24  :root {
25    --vp-home-hero-image-filter: blur(72px);
26  }
27}