:root { --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: -webkit-linear-gradient(120deg, #3399ff 30%, #0066cc); --vp-home-hero-image-background-image: linear-gradient(-45deg, #3399ff 50%, #0066cc 50%); --vp-home-hero-image-filter: blur(44px); } .VPImage.image-src { max-width: 180px; max-height: 180px; } @media (min-width: 640px) { :root { --vp-home-hero-image-filter: blur(56px); } } @media (min-width: 960px) { :root { --vp-home-hero-image-filter: blur(68px); } }