mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
9 lines
137 B
SCSS
Vendored
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;
|