7 lines
117 B
Sass
7 lines
117 B
Sass
@import "colors"
|
|
|
|
body
|
|
background-color: $background
|
|
font-family: 'Inter', sans-serif
|
|
height: 100vh
|
|
margin: 0 |