mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-25 01:25:04 +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 = #d32f2f
|
|||
|
$textColor = #2c3e50
|
|||
|
$borderColor = #eaecef
|
|||
|
$codeBgColor = #282c34
|