update: modify document theme color;🌟
更新:修改文档主题配色;
This commit is contained in:
9
docs/.vuepress/styles/index.styl
Normal file
9
docs/.vuepress/styles/index.styl
Normal file
@@ -0,0 +1,9 @@
|
||||
.custom-block.tip{
|
||||
border-color: #52c41a
|
||||
}
|
||||
.custom-block.warning{
|
||||
border-color: #fa8c16
|
||||
}
|
||||
.custom-block.error{
|
||||
border-color: #f5222d
|
||||
}
|
||||
1
docs/.vuepress/styles/palette.styl
Normal file
1
docs/.vuepress/styles/palette.styl
Normal file
@@ -0,0 +1 @@
|
||||
$accentColor = #1890ff
|
||||
Reference in New Issue
Block a user