diff --git a/web/assets/css/game.css b/web/assets/css/game.css index 7874e12..be4d2d7 100644 --- a/web/assets/css/game.css +++ b/web/assets/css/game.css @@ -12,7 +12,7 @@ body { } body { - background: #f7f7f7; + background: #FFF6E5; display: flex; align-items: center; justify-content: center; @@ -26,7 +26,7 @@ main { align-items: center; justify-content: center; padding: 20px; - border-radius: 10px; + border-radius: 150px; min-width: fit-content; flex-shrink: 0; gap: 16px; @@ -36,6 +36,14 @@ main { width: min(96vw, 1200px); } +.game-title { + font-size: clamp(2rem, 4vw, 3rem); + font-weight: 700; + color: #223; + letter-spacing: 0.04em; + text-align: center; +} + .toolbox { width: 100%; background: #dfe5f8; @@ -66,7 +74,7 @@ main { flex-direction: column; padding: 10px; background: #dadeef; - border-radius: 5px; + border-radius: 15px; } .lign { diff --git a/web/templates/view/game.html b/web/templates/view/game.html index 3f78612..acecbdd 100644 --- a/web/templates/view/game.html +++ b/web/templates/view/game.html @@ -21,6 +21,7 @@
+

Mirror Game