pixelfed/resources/assets/sass/_variables.scss
2018-04-15 19:35:11 -06:00

9 lines
137 B
SCSS
Vendored

// Body
$body-bg: #f5f8fa;
// Typography
$font-family-sans-serif: "Roboto", sans-serif;
$font-size-base: 1rem;
$line-height-base: 1.6;