X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2Fstyle.scss;h=86598bd110b2a812b12993ffc6141d86897da4b1;hb=refs%2Fheads%2Fmaster;hp=b008968840a65e4489268da8cf1c3dbeb4ce04dc;hpb=752356234981aff11c98cf77d9c504095dfa6fe2;p=valheim_web.git diff --git a/backend/style.scss b/backend/style.scss index b008968..86598bd 100644 --- a/backend/style.scss +++ b/backend/style.scss @@ -1,20 +1,38 @@ +@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 { - text-shadow: 2px 2px 2px #DDD; - text-align: center; - color: #5b5b5b; - background-color: #ededed; + font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif; + color: #bdbdbd; + background-color: #252525; +} + +table { + margin: 10px; + border: 0px; + border-collapse: collapse; +} + +table td { + padding: 5px +} + +table tr:nth-child(even) { + background-color: #1a1a1a; } h1 { - font-size: 22px; + font-size: x-large; margin: 20px; } p { - font-size: 18px; - margin: 15px; + font-size: medium; + margin: 12px; } img { - border: 0px; + border: 0px; }