6 lines
75 B
CSS
6 lines
75 B
CSS
|
body {
|
||
|
background-color: black;
|
||
|
}
|
||
|
#canvas{
|
||
|
background-color: black;
|
||
|
}
|