datatrash/static/index.css

11 lines
126 B
CSS

body {
background-color: #222222;
}
main {
color: #dddddd;
font-family: sans;
max-width: 1200px;
margin: 0 auto;
}