nixin-web/.vitepress/theme/custom.css
mrflos cb03723354
Some checks failed
Deploy VitePress site to Pages / Build static site (push) Failing after 37s
Deploy VitePress site to Pages / Deploy to Github Pages (push) Has been skipped
initial commit
2024-09-24 10:14:24 +03:00

21 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;
}