diff --git a/index.html b/index.html
index d661122..43753a8 100644
--- a/index.html
+++ b/index.html
@@ -12,16 +12,20 @@
- LiLa Games
+ LiLa Games 💜
+
+ For Info about getting whitelisted or for the password please ping
+ @lauralani on Discord or
+ @lauralani@lila.network on Fediverse <3
-
URL:
-
Passwort nötig?
+
URL:
+
Password needed?
Whitelist?
diff --git a/servers.json b/servers.json
index df7b9e5..8ae021a 100644
--- a/servers.json
+++ b/servers.json
@@ -16,7 +16,7 @@
{
"id": 16,
"displayname": "Ark Survival Evolved",
- "serverurl": "\"Kuschelzone\" im Serverbrowser",
+ "serverurl": "Serverbrowser: \"Kuschelzone\"",
"whitelist": false,
"password": true
},
diff --git a/static/main.js b/static/main.js
index 5af4fa4..c120c87 100644
--- a/static/main.js
+++ b/static/main.js
@@ -16,8 +16,8 @@ async function populatePage() {
clone.querySelector("#game-name").innerHTML = server.displayname
clone.querySelector("#game-badge").src = url
clone.querySelector("#game-url").innerHTML = server.serverurl
- clone.querySelector("#game-password").innerHTML = server.password ? "ja" : "nein"
- clone.querySelector("#game-whitelist").innerHTML = server.whitelist ? "ja" : "nein"
+ clone.querySelector("#game-password").innerHTML = server.password ? "yes" : "no"
+ clone.querySelector("#game-whitelist").innerHTML = server.whitelist ? "yes" : "no"
gamecontainer.appendChild(clone)
});
diff --git a/static/style.css b/static/style.css
index ecc4b31..916669c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -15,8 +15,8 @@ body {
font-size: 1.4em;
line-height: 1.4;
max-width: 40em;
- background: #303030;
- color: #c1c1c1;
+ background: #35155D;
+ color: whitesmoke;
font-family: 'Open Sans', sans-serif;
}
@@ -28,12 +28,21 @@ body {
src: url('/static/open-sans-v35-latin-regular.woff2') format('woff2');
}
-h1,h2,h3 {
+h1,
+h2,
+h3 {
margin-left: 15px;
+ color: #8CABFF;
+}
+
+h1 {
+ text-align: center;
+ border-bottom: 1px solid white;
+ margin: 0px 15%;
}
.status-image {
- position: relative;
+ position: relative;
bottom: -3px;
}
@@ -42,7 +51,7 @@ body i {
font-style: normal;
}
-.info {
+.info {
color: aqua;
}
@@ -68,4 +77,12 @@ body i {
h2 {
margin-bottom: 7px;
}
+}
+
+.red {
+ color: red;
+}
+
+.green {
+ color: greenyellow;
}
\ No newline at end of file