This commit is contained in:
alice 2024-10-29 09:51:37 +01:00
parent 452ae8288b
commit 78d197d1d1
2 changed files with 6 additions and 15 deletions

View file

@ -1,15 +1,4 @@
.VPSkipLink {
order: -3
}
.VPNav {
order: -2
}
.VPLocalNav {
order: 0;
}
/* Homepage Stuff */
.banner {
background-color: var(--vp-button-brand-bg);
@ -19,7 +8,6 @@
position: fixed;
bottom: 0px;
z-index: 50;
order: -1
}
.advertising {
@ -42,13 +30,15 @@
.VPNavBar.home:not(.top) {
backdrop-filter: blur(0.5rem);
background-color: rgba(255, 255, 255, 0%) !important;
background-color: transparent !important;
}
.VPNavBar.home > .divider {
opacity: 0;
}
/* Colors */
:root {
--vp-c-brand-1: #3086ff;
--vp-c-brand-2: #75aeff;
@ -56,6 +46,7 @@
--vp-button-brand-bg: #3661A2;
--vp-button-brand-hover-bg: #24447F;
--vp-button-brand-press-bg: #4896F3;
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #3661A2, #4896F3);