From 3ec8a1313afe1e130bc9cce03a3f22b5284fa3e1 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 16 Mar 2022 11:48:17 +0100
Subject: [PATCH] Improve style. TODO: after rematch random, show variant infos

---
 common.css | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/common.css b/common.css
index e2a681d..5555100 100644
--- a/common.css
+++ b/common.css
@@ -66,6 +66,15 @@ h1 {
   margin: 10px 0;
 }
 
+h4 {
+  font-size: 1.5rem;
+  font-weight: bold;
+  text-align: center;
+  display: block;
+  margin: 10px 0;
+  color: darkgreen;
+}
+
 #gameInfos,
 #boardContainer,
 #gameStopped,
@@ -156,6 +165,13 @@ button.block-btn {
   padding: 15px 32px;
 }
 
+button.cancel-something {
+  background-color: darkred;
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+}
+
 #upLeftInfos {
   position: absolute;
   left: 0;
-- 
2.44.0