Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alicesaidhi committed Oct 29, 2024
1 parent 452ae82 commit 78d197d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//import { defineConfig } from "vitepress"
import { withMermaid } from "vitepress-plugin-mermaid";
import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs'
import { tabsMarkdownPlugin } from "vitepress-plugin-tabs"

// https://vitepress.dev/reference/site-config
export default withMermaid({
Expand Down
19 changes: 5 additions & 14 deletions docs/.vitepress/theme/vars.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@

.VPSkipLink {
order: -3
}

.VPNav {
order: -2
}

.VPLocalNav {
order: 0;
}
/* Homepage Stuff */

.banner {
background-color: var(--vp-button-brand-bg);
Expand All @@ -19,7 +8,6 @@
position: fixed;
bottom: 0px;
z-index: 50;
order: -1
}

.advertising {
Expand All @@ -42,20 +30,23 @@

.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;

--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);
Expand Down

0 comments on commit 78d197d

Please sign in to comment.