mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
22 lines
483 B
Stylus
22 lines
483 B
Stylus
// 这里修改主题颜色,详见: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
|