6 lines
74 B
CSS
6 lines
74 B
CSS
|
body {
|
||
|
background: #222222;
|
||
|
color: #efefef;
|
||
|
font-family: sans-serif;
|
||
|
}
|