phantasma/app/static/css/partials/_layout.scss

19 lines
200 B
SCSS
Raw Normal View History

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