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,6 +1,6 @@
//import { defineConfig } from "vitepress" //import { defineConfig } from "vitepress"
import { withMermaid } from "vitepress-plugin-mermaid"; import { withMermaid } from "vitepress-plugin-mermaid";
import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs' import { tabsMarkdownPlugin } from "vitepress-plugin-tabs"
// https://vitepress.dev/reference/site-config // https://vitepress.dev/reference/site-config
export default withMermaid({ export default withMermaid({

View file

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