1
0
Fork 0
pixelfed/resources/assets/sass/_variables.scss

9 lines
139 B
SCSS
Raw Normal View History

2018-04-15 23:56:48 +00:00
// Body
$body-bg: #f5f8fa;
// Typography
2018-04-16 01:35:11 +00:00
$font-family-sans-serif: "Roboto", sans-serif;
2018-04-17 01:10:11 +00:00
$font-size-base: 0.9rem;
2018-04-15 23:56:48 +00:00
$line-height-base: 1.6;