mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-29 01:33:16 +00:00
8 lines
139 B
SCSS
Vendored
8 lines
139 B
SCSS
Vendored
|
|
// Body
|
|
$body-bg: #f5f8fa;
|
|
|
|
// Typography
|
|
$font-family-sans-serif: "Roboto", sans-serif;
|
|
$font-size-base: 0.9rem;
|
|
$line-height-base: 1.6;
|