Use landing page background colors on other pages (#310)

Co-authored-by: mahula <lenzmath@posteo.de>
This commit is contained in:
Max 2025-03-26 00:03:55 +01:00 committed by GitHub
parent 7c1b7cfe9e
commit 42af186ce0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,10 @@
--highlight-color-light: #a5e3f7;
}
#app {
--navbar-c-bg: transparent;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif !important;
}

View File

@ -0,0 +1,4 @@
$vp-c-bg: (
light: #fff,
dark: #101828,
);