mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
9 lines
140 B
SCSS
9 lines
140 B
SCSS
|
|
||
|
// Body
|
||
|
$body-bg: #f5f8fa;
|
||
|
|
||
|
// Typography
|
||
|
$font-family-sans-serif: "Raleway", sans-serif;
|
||
|
$font-size-base: 0.9rem;
|
||
|
$line-height-base: 1.6;
|