10 lines
127 B
CSS
10 lines
127 B
CSS
|
body {
|
||
|
background: #060606;
|
||
|
color: white;
|
||
|
font-family: "Fira Sans";
|
||
|
font-size: 20pt;
|
||
|
}
|
||
|
a {
|
||
|
color: grey;
|
||
|
}
|