21 lines
390 B
Stylus
Raw Normal View History

2021-03-15 22:23:17 +08:00
$accentColor = #2e73ea
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #282c34
$arrowBgColor = #ccc
2021-03-26 12:22:13 +08:00
$badgeTipColor = #81e98f
2021-03-15 22:23:17 +08:00
$badgeWarningColor = darken(#ffe564, 35%)
$badgeErrorColor = #DA5961
//
$navbarHeight = 3.6rem
$sidebarWidth = 20rem
$contentWidth = 740px
$homePageWidth = 960px
//
$MQNarrow = 959px
$MQMobile = 719px
2021-03-26 12:22:13 +08:00
$MQMobileNarrow = 419px