pixelfed/resources/assets/sass/_variables.scss

9 lines
195 B
SCSS
Raw Normal View History

2018-04-15 23:56:48 +00:00
// Body
$body-bg: #f5f8fa;
// Typography
$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,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;