HegreLand/assets/styles/app.css
2024-09-26 15:49:16 +02:00

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;
}