From 877b54dfa22c1911213d07176c909f15d5ed6216 Mon Sep 17 00:00:00 2001 From: Polaris_Light <995905922@qq.com> Date: Fri, 15 Sep 2023 15:59:11 +0800 Subject: [PATCH] UpdateVitepress --- docs/.vitepress/theme/custom.css | 8 +++----- package.json | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index caf146e..762a24c 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -22,11 +22,9 @@ --vp-c-text-light-2: #476582; --vp-c-text-light-3: #90a4b7; - --vp-c-brand: #f36c87; - --vp-c-brand-light: #fb98ab; - --vp-c-brand-lighter: #fdafbe; - --vp-c-brand-dark: #e94e6d; - --vp-c-brand-dark: #e32d51; + --vp-c-brand-1: #f36c87; + --vp-c-brand-2: #e94e6d; + --vp-c-brand-3: #e32d51; --vp-font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; --vp-font-family-mono: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; diff --git a/package.json b/package.json index 50d047d..9ffc6b6 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "serve": "vitepress serve docs" }, "dependencies": { - "vitepress": "^1.0.0-beta.1" + "vitepress": "^1.0.0-rc.13" } }