diaREact/resources/sass/_variables.scss

9 lines
173 B
SCSS
Raw Normal View History

2022-02-11 17:26:15 +01:00
// Body
$body-bg: #f8fafc;
// Typography
2022-04-14 10:49:56 +02:00
$font-family-sans-serif: 'Pacifico', serif;
$font-family-base: Arial, sans-serif;
2022-02-11 17:26:15 +01:00
$font-size-base: 0.9rem;
$line-height-base: 1.6;