X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2Fstyle.scss;h=59e4687188119d10a4ff73b8916d209075a33cb5;hb=a3798d3cddbf5e79d901b6d10b4f715015158bf9;hp=99db66fd8adfe6c4e783d35a7274f40c3a9c2999;hpb=28dede5779342bac9b4767d61badac099b1595c2;p=valheim_web.git diff --git a/backend/style.scss b/backend/style.scss index 99db66f..59e4687 100644 --- a/backend/style.scss +++ b/backend/style.scss @@ -6,18 +6,31 @@ body { font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif; text-shadow: 2px 2px 2px rgb(112, 112, 112); - text-align: center; 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; }