diff options
author | Li Jin <dragon-fly@qq.com> | 2021-04-19 23:41:33 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-04-19 23:41:33 +0800 |
commit | 5d3b07801456d16dcc2c75dcccd48d508a6b60cc (patch) | |
tree | 2df1a154bf58d93f2475df02afbd15f1a8ba2963 /doc/docs/.vuepress/styles | |
parent | ea82666506b57d6e905b7f2e5fe78498fe5a7abd (diff) | |
download | yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.tar.gz yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.tar.bz2 yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.zip |
first commit for Yuescript document site.
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 | ||