X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2Fstyle.scss;h=86598bd110b2a812b12993ffc6141d86897da4b1;hb=58d9f48e4cca3e964047563a8bf458fbbaf79bc1;hp=1ae90bd3965b524cb1f014e314cc0f050b9f10b9;hpb=9deef63b608b62780a4dfed031410c25e10e477a;p=valheim_web.git diff --git a/backend/style.scss b/backend/style.scss index 1ae90bd..86598bd 100644 --- a/backend/style.scss +++ b/backend/style.scss @@ -5,19 +5,31 @@ body { font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif; - text-shadow: 2px 2px 2px #DDD; - text-align: center; - color: #ededed; - background-color: #5b5b5b; + 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: 25px; + font-size: x-large; margin: 20px; } p { - font-size: 18px; + font-size: medium; margin: 12px; }