From: Greg Burri Date: Wed, 17 Mar 2021 21:27:38 +0000 (+0100) Subject: Better readability X-Git-Url: http://git.euphorik.ch/index.cgi?p=valheim_web.git;a=commitdiff_plain;h=a3798d3cddbf5e79d901b6d10b4f715015158bf9 Better readability --- diff --git a/backend/style.scss b/backend/style.scss index abf4ca0..59e4687 100644 --- a/backend/style.scss +++ b/backend/style.scss @@ -11,13 +11,19 @@ body { } table { - margin: 10px + margin: 10px; + border: 0px; + border-collapse: collapse; } table td { padding: 5px } +table tr:nth-child(even) { + background-color: #1a1a1a; +} + h1 { font-size: x-large; margin: 20px;