HegreLand/assets/styles/app.css

10 lines
163 B
CSS
Raw Normal View History

2024-09-19 16:11:33 +02:00
body {
2024-09-26 15:49:16 +02:00
background-color: #31393C;
2024-09-19 16:11:33 +02:00
}
2024-09-26 15:49:16 +02:00
.wrapper {
color: #D0DDD7;
margin: 1em auto;
max-width: 800px;
width: 95%;
font: 18px/1.5 sans-serif;
}