From dc936d7e1c3617b83b1ac3096aaf3fcf7ec03c51 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 21:08:39 -0500 Subject: [PATCH] Add v3.1.5 footer with copyright to lobby and waiting room Co-Authored-By: Claude Opus 4.6 --- client/index.html | 4 ++++ client/style.css | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/client/index.html b/client/index.html index e00ed28..6deff95 100644 --- a/client/index.html +++ b/client/index.html @@ -53,6 +53,8 @@

+ +
v3.1.5 © Aaron D. Lee
@@ -284,6 +286,8 @@

Waiting for host to start the game...

+ +
v3.1.5 © Aaron D. Lee
diff --git a/client/style.css b/client/style.css index 238d3f9..14612c0 100644 --- a/client/style.css +++ b/client/style.css @@ -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;