diff --git a/server/src/main/resources/static/index.html b/server/src/main/resources/static/index.html
index 5bda0d0..95e25be 100644
--- a/server/src/main/resources/static/index.html
+++ b/server/src/main/resources/static/index.html
@@ -25,7 +25,7 @@
Games
-
There are no games.
+
There are no games
{{ game.playerOne }} is playing with {{ game.playerTwo }}
@@ -36,8 +36,8 @@
-
-
+
+
diff --git a/server/src/main/resources/static/style.css b/server/src/main/resources/static/style.css
index f2bf6e7..2a02748 100644
--- a/server/src/main/resources/static/style.css
+++ b/server/src/main/resources/static/style.css
@@ -109,6 +109,7 @@ button:hover:disabled {
}
.panel>.list-group .list-group-item {
+ font-size: 1em;
border-width: 1px 0;
border-radius: 0;
}
@@ -131,6 +132,23 @@ button.list-group-item:hover {
background-color: lightblue;
}
+.button {
+ width: 120px;
+ margin-left: 10px;
+ border: none;
+ outline: none;
+}
+
+.create.button {
+ background-color: steelblue;
+ color: white;
+}
+
+.leave.button {
+ background-color: lightcoral;
+ color: black;
+}
+
/* Nickname pane */
.form {