Carbon/src/sass/base.sass

18 lines
304 B
Sass

@font-face
font-family: Whitney
font-weight: 500
src: url(static("/assets/fonts/whitney-500.woff")) format("woff2")
body
font-family: sans-serif
background-color: #36393e
color: #ddd
font-size: 24px
font-family: Whitney
margin: 0
height: 100vh
.main
height: 100vh
display: flex