20 lines
329 B
Stylus
Raw Normal View History

2018-09-28 10:19:11 +02:00
// colors
$accentColor = #2F80ED
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #282c34
$arrowBgColor = #ccc
// layout
$navbarHeight = 3.6rem
$sidebarWidth = 20rem
2018-10-28 08:15:31 +01:00
$contentWidth = 800px
2018-09-28 10:19:11 +02:00
// responsive breakpoints
$MQNarrow = 959px
$MQMobile = 719px
$MQMobileNarrow = 419px
// code
$lineNumbersWrapperWidth = 3.5rem