pixelfed/resources/assets/sass/_variables.scss

9 wiersze
137 B
SCSS
Czysty Zwykły widok Historia

2018-04-15 23:56:48 +00:00
// Body
$body-bg: #f5f8fa;
// Typography
2018-04-16 01:35:11 +00:00
$font-family-sans-serif: "Roboto", sans-serif;
$font-size-base: 1rem;
2018-04-15 23:56:48 +00:00
$line-height-base: 1.6;