fesite/src/components/layout.scss

19 lines
210 B
SCSS

@import "./normalize.scss";
body {
background-color: black;
color: white;
}
a {
color: white;
transition: all 100ms;
&:hover {}
}
#header {
a {
text-decoration: none;
}
}