10 lines
163 B
CSS
10 lines
163 B
CSS
body {
|
|
background-color: #31393C;
|
|
}
|
|
.wrapper {
|
|
color: #D0DDD7;
|
|
margin: 1em auto;
|
|
max-width: 800px;
|
|
width: 95%;
|
|
font: 18px/1.5 sans-serif;
|
|
} |