Better readability
[valheim_web.git] / backend / style.scss
1 @font-face{font-family: Fira Code; font-weight:200; src:url(FiraCode-Light.woff2) format("woff2"); }
2 @font-face{font-family: Fira Code; font-weight:400; src:url(FiraCode-Regular.woff2) format("woff2"); }
3 @font-face{font-family: Fira Code; font-weight:600; src:url(FiraCode-SemiBold.woff2) format("woff2"); }
4 @font-face{font-family: Fira Code; font-weight:700; src:url(FiraCode-Bold.woff2) format("woff2"); }
5
6 body {
7   font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif;
8   text-shadow: 2px 2px 2px rgb(112, 112, 112);
9   color: #bdbdbd;
10   background-color: #252525;
11 }
12
13 table {
14   margin: 10px;
15   border: 0px;
16   border-collapse: collapse;
17 }
18
19 table td {
20   padding: 5px
21 }
22
23 table tr:nth-child(even) {
24   background-color: #1a1a1a;
25 }
26
27 h1 {
28   font-size: x-large;
29   margin: 20px;
30 }
31
32 p {
33   font-size: medium;
34   margin: 12px;
35 }
36
37 img {
38   border: 0px;
39 }