Add alpha notice banner to lobby screen

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-02-22 16:52:22 -05:00
parent 6c771810f7
commit e601eb04c9
2 changed files with 17 additions and 1 deletions

View File

@@ -445,7 +445,21 @@ h1 {
.subtitle {
text-align: center;
opacity: 0.8;
margin-bottom: 40px;
margin-bottom: 20px;
}
.alpha-banner {
text-align: center;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.05em;
color: rgba(255, 200, 100, 0.9);
background: rgba(244, 164, 96, 0.1);
border: 1px solid rgba(244, 164, 96, 0.25);
border-radius: 20px;
padding: 5px 16px;
margin: 0 auto 30px;
max-width: 320px;
}
h2 {