mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
11 lines
189 B
Stylus
11 lines
189 B
Stylus
/**
|
||
* Custom palette here.
|
||
*
|
||
* ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl
|
||
*/
|
||
|
||
$accentColor = #ea5252
|
||
$textColor = #2c3e50
|
||
$borderColor = #eaecef
|
||
$codeBgColor = #282c34
|