4 lines
55 B
CSS
4 lines
55 B
CSS
|
html {
|
||
|
background-color: black;
|
||
|
color: white;
|
||
|
}
|