Spazer/src/style.css
2023-10-23 21:00:33 -07:00

10 lines
127 B
CSS

body {
background: #060606;
color: white;
font-family: "Fira Sans";
font-size: 20pt;
}
a {
color: grey;
}