5 lines
66 B
CSS
5 lines
66 B
CSS
body {
|
|
background-color: #000;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
}
|