forked from mirror/pixelfed
8 lines
195 B
SCSS
Vendored
8 lines
195 B
SCSS
Vendored
|
|
// Body
|
|
$body-bg: #f5f8fa;
|
|
|
|
// Typography
|
|
$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
|
|
$font-size-base: 0.9rem;
|
|
$line-height-base: 1.6;
|