phantasma/app/static/css/style.scss

13 lines
143 B
SCSS
Raw Normal View History

2021-09-28 13:10:22 +00:00
body {
background: #000;
color: #fff;
font-family: "Noto Sans";
font-size: 20px;
}
nav {
a {
color: #fff;
}
}