X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2Fstyle.scss;h=abf4ca0bfb6d186bf146635a15df772a7b8ae51c;hb=1cc800b165cabaa3db2ba73f25064d5357d730f2;hp=8cd13adf8cc5d783464fa1bd5a32463b24c1384c;hpb=9a4fa224d81978e42349bfbc6688933d67d37566;p=valheim_web.git diff --git a/backend/style.scss b/backend/style.scss index 8cd13ad..abf4ca0 100644 --- a/backend/style.scss +++ b/backend/style.scss @@ -1,19 +1,33 @@ -* { - margin: 50px; - padding: 0px; -} +@font-face{font-family: Fira Code; font-weight:200; src:url(FiraCode-Light.woff2) format("woff2"); } +@font-face{font-family: Fira Code; font-weight:400; src:url(FiraCode-Regular.woff2) format("woff2"); } +@font-face{font-family: Fira Code; font-weight:600; src:url(FiraCode-SemiBold.woff2) format("woff2"); } +@font-face{font-family: Fira Code; font-weight:700; src:url(FiraCode-Bold.woff2) format("woff2"); } body { - font-size: 18px; - text-shadow: 2px 2px 2px #DDD; - text-align: center; - line-height: 30px; - color: #5b5b5b; - background-color: #ededed; - margin: 0px; + font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif; + text-shadow: 2px 2px 2px rgb(112, 112, 112); + color: #bdbdbd; + background-color: #252525; +} + +table { + margin: 10px +} + +table td { + padding: 5px +} + +h1 { + font-size: x-large; + margin: 20px; +} + +p { + font-size: medium; + margin: 12px; } img { border: 0px; } -