vide/docs/.vitepress/theme/home.css
2024-10-29 11:45:52 +01:00

18 lines
No EOL
331 B
CSS

.home > * > .plugin-tabs--tab-list {
background-color: var(--vp-c-bg-alt);
}
.home > * > .VPNavBar:not(.top) {
backdrop-filter: blur(0.5rem);
background-color: transparent !important;
}
.home > * > .VPNavBar > .divider {
opacity: 0;
}
.home > .VPContent {
display: flex;
justify-content: center;
flex-direction: column;
}