cheatsheets/_sass/2017/base/base.scss

22 lines
267 B
SCSS

/*
* Base
*/
html, body {
background: #fcfcfc;
font-family: $body-font;
font-size: 14px;
line-height: 1.6;
color: $text-color;
}
body {
padding: 16px;
max-width: $column * 3 + 32px;
margin: 0 auto;
}
pre, code {
font-family: $monospace-font;
}