10 lines
189 B
Stylus
Executable file
10 lines
189 B
Stylus
Executable file
/**
|
||
* Custom palette here.
|
||
*
|
||
* ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl
|
||
*/
|
||
|
||
$accentColor = #3eaf7c
|
||
$textColor = #2c3e50
|
||
$borderColor = #eaecef
|
||
$codeBgColor = #282c34
|