tacowolf.net/assets/sass/base.sass

21 lines
330 B
Sass

html, body
height: 100%
width: 100%
overflow: hidden
@font-face
font-family: SpaceGrotesk
src: url("/fonts/SpaceGrotesk-Medium.ttf")
body
background: $background
color: $foreground
font-family: SpaceGrotesk
a
color: $green
text-decoration: none
&:visited
color: $green
&:hover
color: $green-alt