Carbon/src/sass/base.sass

18 lines
304 B
Sass
Raw Normal View History

2020-10-11 13:26:24 +00:00
@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