19 lines
200 B
SCSS
19 lines
200 B
SCSS
|
body {
|
||
|
background: #d3d;
|
||
|
color: #eee;
|
||
|
font-family: "Noto Sans";
|
||
|
font-size: 20px;
|
||
|
overflow-x: hidden;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
line-height: 1.2em;
|
||
|
|
||
|
}
|
||
|
|
||
|
nav {
|
||
|
a {
|
||
|
color: #fff;
|
||
|
}
|
||
|
}
|