nixin-web/.vitepress/theme/custom.css

22 lines
269 B
CSS
Raw Normal View History

2024-09-24 07:14:24 +00:00
: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;
}