lk.zachem.info/resources/sass/_variables.scss

10 lines
166 B
SCSS

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