4 lines
55 B
CSS
4 lines
55 B
CSS
|
body {
|
||
|
color: wheat;
|
||
|
background-color: black;
|
||
|
}
|