7 lines
89 B
CSS
7 lines
89 B
CSS
|
body {
|
||
|
margin: 0;
|
||
|
font-family: monospace;
|
||
|
background: #1f1f1f;
|
||
|
color: #f0f0f0;
|
||
|
}
|