Files
2013-08-29 09:13:07 -05:00

10 lines
133 B
SCSS

body {
font-size: 14px;
line-height: 1.25;
font-family: $baseFontFamily;
}
main {
background-color: $baseBackgroundColor;
}