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:
parent
1cdf1cf281
commit
fb2188642e
@ -53,6 +53,8 @@
|
||||
</div>
|
||||
|
||||
<p id="lobby-error" class="error"></p>
|
||||
|
||||
<footer class="app-footer">v3.1.5 © Aaron D. Lee</footer>
|
||||
</div>
|
||||
|
||||
<!-- Matchmaking Screen -->
|
||||
@ -284,6 +286,8 @@
|
||||
|
||||
<p id="waiting-message" class="info">Waiting for host to start the game...</p>
|
||||
</div>
|
||||
|
||||
<footer class="app-footer">v3.1.5 © Aaron D. Lee</footer>
|
||||
</div>
|
||||
|
||||
<!-- Game Screen -->
|
||||
|
||||
@ -48,6 +48,15 @@ body {
|
||||
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 {
|
||||
font-size: 1.3em;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user