X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2Fstyle.scss;h=59e4687188119d10a4ff73b8916d209075a33cb5;hb=a3798d3cddbf5e79d901b6d10b4f715015158bf9;hp=1ae90bd3965b524cb1f014e314cc0f050b9f10b9;hpb=9deef63b608b62780a4dfed031410c25e10e477a;p=valheim_web.git diff --git a/backend/style.scss b/backend/style.scss index 1ae90bd..59e4687 100644 --- a/backend/style.scss +++ b/backend/style.scss @@ -5,19 +5,32 @@ 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; + text-shadow: 2px 2px 2px rgb(112, 112, 112); + 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; }