MangoNotes/resources/sass/_variables.scss
nightly cc6b3d3119
All checks were successful
continuous-integration/drone/push Build is passing
Add react to the project
2022-09-22 11:16:00 +02:00

8 lines
138 B
SCSS

// Body
$body-bg: #f8fafc;
// Typography
$font-family-sans-serif: 'Nunito', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;