You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
learn-wgpu/docs/.vuepress/styles/palette.styl

28 lines
580 B
Stylus

// colors
$accentColor = darken(#abcdef, 20%)
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #282c34
$arrowBgColor = #ccc
$badgeTipColor = #42b983
$badgeWarningColor = darken(#ffe564, 35%)
$badgeErrorColor = #DA5961
// layout
$navbarHeight = 3.6rem
$sidebarWidth = 20rem
$contentWidth = 740px
$homePageWidth = 960px
// responsive breakpoints
$MQNarrow = 959px
$MQMobile = 719px
$MQMobileNarrow = 419px
// custom
$noteColor = lighten($borderColor, 10%)
$warningColor = #ff6633
$warningTextColor = #333333
$warningInlineCodeColor = #eeeeee
$horizontalMargin = 1.5rem