Add the date and time of the latest backup.
[valheim_web.git] / backend / style.scss
index 1ae90bd..99db66f 100644 (file)
@@ -5,10 +5,10 @@
 
 body {
   font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif;
-  text-shadow: 2px 2px 2px #DDD;
+  text-shadow: 2px 2px 2px rgb(112, 112, 112);
   text-align: center;
-  color: #ededed;
-  background-color: #5b5b5b;
+  color: #bdbdbd;
+  background-color: #252525;
 }
 
 h1 {