You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
483 B
22 lines
483 B
4 years ago
|
// 这里修改主题颜色,详见:https://www.vuepress.cn/config/#palette-styl
|
||
|
// 颜色
|
||
|
$accentColor = #409EFF
|
||
|
$textColor = #2c3e50
|
||
|
$borderColor = #eaecef
|
||
|
$codeBgColor = #282c34
|
||
|
$arrowBgColor = #ccc
|
||
|
$badgeTipColor = #42b983
|
||
|
$badgeWarningColor = darken(#ffe564, 35%)
|
||
|
$badgeErrorColor = #DA5961
|
||
|
|
||
|
// 布局
|
||
|
$navbarHeight = 3.6rem
|
||
|
$sidebarWidth = 20rem
|
||
|
$contentWidth = 740px
|
||
|
$homePageWidth = 960px
|
||
|
|
||
|
// 响应式变化点
|
||
|
$MQNarrow = 959px
|
||
|
$MQMobile = 719px
|
||
|
$MQMobileNarrow = 419px
|