Style the title box

This commit is contained in:
sepia 2025-07-20 16:16:28 -05:00
parent c112fa99cf
commit 605c111c73
5 changed files with 82 additions and 24 deletions

View file

@ -18,7 +18,7 @@
</head>
<body>
<div id="game-container" hx-ext="ws">
<div id="player-info"></div>
<div id="title-box" class="title-box"></div>
<div id="game-board" class="game-board-grid"></div>
<div id="messages" hx-swap-oob="beforeend"></div>
</div>