parent
2852125b76
commit
4124768c6e
3 changed files with 11 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||||
|
.custom-block.tip{ |
||||||
|
border-color: #52c41a |
||||||
|
} |
||||||
|
.custom-block.warning{ |
||||||
|
border-color: #fa8c16 |
||||||
|
} |
||||||
|
.custom-block.error{ |
||||||
|
border-color: #f5222d |
||||||
|
} |
@ -0,0 +1 @@ |
|||||||
|
$accentColor = #1890ff |
@ -1,5 +1,5 @@ |
|||||||
--- |
--- |
||||||
title: 开发 |
title: 开发 |
||||||
lang: zh_CN |
lang: zh-CN |
||||||
--- |
--- |
||||||
# 开发 |
# 开发 |
||||||
|
Loading…
Reference in new issue