mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Simplify Home Page
This commit is contained in:
parent
7da475524b
commit
1554325efb
4 changed files with 146 additions and 227 deletions
18
docs/.vitepress/theme/home.css
Normal file
18
docs/.vitepress/theme/home.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue