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