phantasma/app/static/css/style.scss
2021-09-28 15:10:22 +02:00

12 lines
143 B
SCSS

body {
background: #000;
color: #fff;
font-family: "Noto Sans";
font-size: 20px;
}
nav {
a {
color: #fff;
}
}