From c5b935acc6ae599a92a7bbd96ab7dfb03b47efe1 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Thu, 26 Jan 2023 19:16:07 +0900 Subject: [PATCH] docs: update vitepress (#11720) --- .gitignore | 1 + docs/.vitepress/theme/styles/vars.css | 6 +++--- pnpm-lock.yaml | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7f1cab0e1f4356..3d534626f080dc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.local *.log /.vscode/ +/docs/.vitepress/cache /packages/vite/LICENSE dist dist-ssr diff --git a/docs/.vitepress/theme/styles/vars.css b/docs/.vitepress/theme/styles/vars.css index 8022a97bda0903..8af0ae2653a204 100644 --- a/docs/.vitepress/theme/styles/vars.css +++ b/docs/.vitepress/theme/styles/vars.css @@ -18,13 +18,13 @@ :root { --vp-button-brand-border: var(--vp-c-brand-light); - --vp-button-brand-text: var(--vp-c-text-dark-1); + --vp-button-brand-text: var(--vp-c-white); --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-text: var(--vp-c-white); --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-text: var(--vp-c-white); --vp-button-brand-active-bg: var(--vp-button-brand-bg); } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6490355ece55fd..315057a924db41 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,12 +6,12 @@ overrides: packageExtensionsChecksum: 2a87e01b470616d3b7def19cc0830231 patchedDependencies: - sirv@2.0.2: - hash: w6q35pvk7bmykgqf2hieut43iq - path: patches/sirv@2.0.2.patch dotenv-expand@9.0.0: hash: 6vdpvodnfhahap67xag6diqqtu path: patches/dotenv-expand@9.0.0.patch + sirv@2.0.2: + hash: w6q35pvk7bmykgqf2hieut43iq + path: patches/sirv@2.0.2.patch importers: