Simplify Home Page

This commit is contained in:
alice 2024-10-29 11:45:52 +01:00
parent 7da475524b
commit 1554325efb
4 changed files with 146 additions and 227 deletions

View file

@ -0,0 +1,18 @@
.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;
}