From 4124768c6ebfbe4008ec356aae2b53cae5d2a992 Mon Sep 17 00:00:00 2001 From: iczer <1126263215@qq.com> Date: Sat, 27 Jun 2020 22:18:38 +0800 Subject: [PATCH] =?UTF-8?q?update:=20modify=20document=20theme=20color;:st?= =?UTF-8?q?ar2:=20=E6=9B=B4=E6=96=B0=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=BB=E9=A2=98=E9=85=8D=E8=89=B2=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/styles/index.styl | 9 +++++++++ docs/.vuepress/styles/palette.styl | 1 + docs/develop/README.md | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/.vuepress/styles/index.styl create mode 100644 docs/.vuepress/styles/palette.styl diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl new file mode 100644 index 0000000..8115e3d --- /dev/null +++ b/docs/.vuepress/styles/index.styl @@ -0,0 +1,9 @@ +.custom-block.tip{ + border-color: #52c41a +} +.custom-block.warning{ + border-color: #fa8c16 +} +.custom-block.error{ + border-color: #f5222d +} diff --git a/docs/.vuepress/styles/palette.styl b/docs/.vuepress/styles/palette.styl new file mode 100644 index 0000000..822a695 --- /dev/null +++ b/docs/.vuepress/styles/palette.styl @@ -0,0 +1 @@ +$accentColor = #1890ff diff --git a/docs/develop/README.md b/docs/develop/README.md index 4c8101d..1b41db0 100644 --- a/docs/develop/README.md +++ b/docs/develop/README.md @@ -1,5 +1,5 @@ --- title: 开发 -lang: zh_CN +lang: zh-CN --- # 开发