Initial commit
[valheim_web.git] / backend / style.scss
1 * {
2   margin: 50px;
3   padding: 0px;
4 }
5
6 body {
7    font-size: 18px;
8    text-shadow: 2px 2px 2px #DDD;
9    text-align: center;
10    line-height: 30px;
11    color: #5b5b5b;
12    background-color: #ededed;
13    margin: 0px;
14 }
15
16 img {
17   border: 0px;
18 }
19