mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
18 lines
No EOL
331 B
CSS
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;
|
|
} |