Add v3.1.5 footer with copyright to lobby and waiting room

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-23 21:08:39 -05:00
parent 1cdf1cf281
commit dc936d7e1c
2 changed files with 13 additions and 0 deletions

View File

@ -53,6 +53,8 @@
</div> </div>
<p id="lobby-error" class="error"></p> <p id="lobby-error" class="error"></p>
<footer class="app-footer">v3.1.5 &copy; Aaron D. Lee</footer>
</div> </div>
<!-- Matchmaking Screen --> <!-- Matchmaking Screen -->
@ -284,6 +286,8 @@
<p id="waiting-message" class="info">Waiting for host to start the game...</p> <p id="waiting-message" class="info">Waiting for host to start the game...</p>
</div> </div>
<footer class="app-footer">v3.1.5 &copy; Aaron D. Lee</footer>
</div> </div>
<!-- Game Screen --> <!-- Game Screen -->

View File

@ -48,6 +48,15 @@ body {
text-align: center; text-align: center;
} }
/* App footer (lobby & waiting room) */
.app-footer {
margin-top: 2rem;
padding: 1rem 0;
font-size: 0.75rem;
color: rgba(255, 255, 255, 0.35);
text-align: center;
}
/* Golf title - golf ball with dimples and shine */ /* Golf title - golf ball with dimples and shine */
.golf-title { .golf-title {
font-size: 1.3em; font-size: 1.3em;