diff options
Diffstat (limited to 'doc/docs/.vuepress/styles')
-rwxr-xr-x | doc/docs/.vuepress/styles/index.styl | 9 | ||||
-rwxr-xr-x | doc/docs/.vuepress/styles/palette.styl | 12 |
2 files changed, 21 insertions, 0 deletions
diff --git a/doc/docs/.vuepress/styles/index.styl b/doc/docs/.vuepress/styles/index.styl new file mode 100755 index 0000000..69327fd --- /dev/null +++ b/doc/docs/.vuepress/styles/index.styl | |||
@@ -0,0 +1,9 @@ | |||
1 | /** | ||
2 | * Custom Styles here. | ||
3 | * | ||
4 | * ref:https://v1.vuepress.vuejs.org/config/#index-styl | ||
5 | */ | ||
6 | |||
7 | .home .hero img | ||
8 | max-width 450px!important | ||
9 | |||
diff --git a/doc/docs/.vuepress/styles/palette.styl b/doc/docs/.vuepress/styles/palette.styl new file mode 100755 index 0000000..389aa76 --- /dev/null +++ b/doc/docs/.vuepress/styles/palette.styl | |||
@@ -0,0 +1,12 @@ | |||
1 | /** | ||
2 | * Custom palette here. | ||
3 | * | ||
4 | * ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl | ||
5 | */ | ||
6 | |||
7 | $accentColor = #b7ae8f | ||
8 | $textColor = #2c3e50 | ||
9 | $borderColor = #eaecef | ||
10 | $codeBgColor = #f5f7ff | ||
11 | |||
12 | $contentWidth = 900px | ||