Better readability
[valheim_web.git] / backend / style.scss
index abf4ca0..59e4687 100644 (file)
@@ -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;