19 lines
476 B
CSS
19 lines
476 B
CSS
:root {
|
|
--vp-c-brand-1: #424242;
|
|
--vp-c-brand-2: #5f5f5f;
|
|
--vp-c-brand-3: #232321;
|
|
--vp-home-hero-name-color: transparent;
|
|
--vp-home-hero-name-background: linear-gradient(120deg, #232321 30%, #6b7280);
|
|
--vp-home-hero-image-background-image: linear-gradient(-45deg, #424242 50%, #d1d5db 50%);
|
|
--vp-home-hero-image-filter: blur(56px);
|
|
}
|
|
|
|
.VPHomeHero .image-src {
|
|
max-width: 600px;
|
|
border-radius: 1rem;
|
|
}
|
|
|
|
.VPFeature {
|
|
border-color: rgba(66, 66, 66, 0.12);
|
|
}
|