blob: 389aa76d53e1ce5b5c63e4b97921a6ab6a064c81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/**
* Custom palette here.
*
* ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl
*/
$accentColor = #b7ae8f
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #f5f7ff
$contentWidth = 900px
|