Removed banner, removed copyright notice, reduced home page

This commit is contained in:
alice 2024-11-03 01:39:05 +01:00
parent 1554325efb
commit e51b0877fd
7 changed files with 9 additions and 172 deletions

View file

@ -1,7 +1,3 @@
.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;
@ -15,4 +11,9 @@
display: flex;
justify-content: center;
flex-direction: column;
}
.VPHome {
margin-top: auto !important;
margin-bottom: auto !important;
}