4 lines
57 B
CSS
4 lines
57 B
CSS
|
body {
|
||
|
background-color: #111111;
|
||
|
color: white;
|
||
|
}
|