22 lines
269 B
CSS
22 lines
269 B
CSS
|
:root {
|
||
|
--vp-nav-height: 84px;
|
||
|
--vp-nav-logo-height: 64px;
|
||
|
}
|
||
|
|
||
|
.title img {
|
||
|
border-radius: 2em;
|
||
|
}
|
||
|
|
||
|
.VPHero .VPImage.image-src {
|
||
|
border-radius: 10em;
|
||
|
}
|
||
|
|
||
|
.VPFeatures .icon {
|
||
|
background-color: #d9d9f2;
|
||
|
}
|
||
|
|
||
|
.dark .VPFeatures .icon {
|
||
|
background-color: #2b2f36;
|
||
|
}
|
||
|
|