11 lines
160 B
Sass
11 lines
160 B
Sass
@import "colors"
|
|
|
|
html, body
|
|
font-family: 'Roboto', sans-serif
|
|
background-color: $background
|
|
color: $text
|
|
height: 100vh
|
|
margin: 0
|
|
|
|
main
|
|
height: 100% |