12 lines
134 B
CSS
12 lines
134 B
CSS
|
|
||
|
body {
|
||
|
background-color: rgb(24, 26, 27);
|
||
|
color: lime;
|
||
|
}
|
||
|
|
||
|
div#content > * {
|
||
|
padding: 2vh;
|
||
|
margin: 4vh;
|
||
|
}
|
||
|
|