blog/resources/sass/_variables.scss
2024-03-04 15:37:29 +01:00

8 lines
134 B
SCSS

// Body
$body-bg: #ffffff;
// Typography
$font-family-sans-serif: 'Noto Sans', serif;
$font-size-base: 1rem;
$line-height-base: 1.6;