blog/resources/sass/_variables.scss

8 lines
134 B
SCSS
Raw Normal View History

2024-02-19 11:07:04 +01:00
// Body
2024-03-02 16:46:59 +01:00
$body-bg: #ffffff;
2024-02-19 11:07:04 +01:00
// Typography
$font-family-sans-serif: 'Noto Sans', serif;
$font-size-base: 1rem;
2024-02-19 11:07:04 +01:00
$line-height-base: 1.6;