Skip to content

Instantly share code, notes, and snippets.

@c0depanda
Created April 23, 2018 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0depanda/c2da04a11f310388a068e3819be4cffb to your computer and use it in GitHub Desktop.
Save c0depanda/c2da04a11f310388a068e3819be4cffb to your computer and use it in GitHub Desktop.
// colors
$accentColor = #3eaf7c
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #282c34
$arrowBgColor = #ccc
// layout
$navbarHeight = 3.6rem
$sidebarWidth = 20rem
$contentWidth = 740px
// responsive breakpoints
$MQNarrow = 959px
$MQMobile = 719px
$MQMobileNarrow = 419px
@saikksub
Copy link

saikksub commented Aug 4, 2018

Can we change page background colour using override.styl?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment