9 lines
74 B
CSS
9 lines
74 B
CSS
body {
|
|
background: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
code {
|
|
background: #444;
|
|
}
|