initial commit
[minecraft_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   color: #bdbdbd;
9   background-color: #252525;
10 }
11
12 table {
13   margin: 10px;
14   border: 0px;
15   border-collapse: collapse;
16 }
17
18 table td {
19   padding: 5px
20 }
21
22 table tr:nth-child(even) {
23   background-color: #1a1a1a;
24 }
25
26 h1 {
27   font-size: x-large;
28   margin: 20px;
29 }
30
31 p {
32   font-size: medium;
33   margin: 12px;
34 }
35
36 img {
37   border: 0px;
38 }