Skip to content

Commit

Permalink
docs: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 6, 2023
1 parent 2b2f8de commit 9af25b2
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 99 deletions.
27 changes: 4 additions & 23 deletions docs/.vitepress/style/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,11 @@

:root {
--vp-c-accent: #f78200;
}

/**
* Component: Button
* -------------------------------------------------------------------------- */

:root {
--vp-button-brand-border: var(--vp-c-brand-light);
--vp-button-brand-text: var(--vp-c-text-dark-1);
--vp-button-brand-bg: var(--vp-c-brand);
--vp-button-brand-hover-border: var(--vp-c-brand-light);
--vp-button-brand-hover-text: var(--vp-c-text-dark-1);
--vp-button-brand-hover-bg: var(--vp-c-brand-light);
--vp-button-brand-active-border: var(--vp-c-brand-light);
--vp-button-brand-active-text: var(--vp-c-text-dark-1);
--vp-button-brand-active-bg: var(--vp-button-brand-bg);
--vp-c-brand-1: var(--vp-c-green-1);
--vp-c-brand-2: var(--vp-c-green-2);
--vp-c-brand-3: var(--vp-c-green-3);
--vp-c-brand-soft: var(--vp-c-green-soft);
}

/**
Expand Down Expand Up @@ -52,11 +41,3 @@
--vp-home-hero-image-filter: blur(72px);
}
}

/**
* Component: Algolia
* -------------------------------------------------------------------------- */

.DocSearch {
--docsearch-primary-color: var(--vp-c-brand) !important;
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
"prettier": "^2.8.8",
"semver": "^7.5.4",
"typedoc": "^0.25.1",
"typedoc-plugin-markdown": "^3.15.4",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "~5.2.2",
"unbuild": "^2.0.0",
"vitepress": "1.0.0-beta.7",
"vitepress": "1.0.0-rc.10",
"vitest": "^0.34.3",
"vue": "^3.3.4",
"yorkie": "^2.0.0"
Expand Down
111 changes: 37 additions & 74 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9af25b2

Please sign in to comment.