Remove text shadow, it hurts ;)
[valheim_web.git] / backend / style.scss
index 91d74e2..86598bd 100644 (file)
@@ -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: #5b5b5b;
-  background-color: #ededed;
+  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;
 }