feat: stealth mode — replace game-related text with discrete symbols
All checks were successful
Deploy c4 / deploy (push) Successful in 40s

Replace "Game Lobby", "Connect 4", and "Snake" headings with colored
circles (●●●●) and tildes (~~~~) so the UI is less obviously a game
at a glance. Also neutralize the lobby description text and shorten
the back link.
This commit is contained in:
Ryan Hamamura
2026-02-13 09:22:07 -10:00
parent 9799387a32
commit e85271ab29
4 changed files with 2011 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
@source not "./daisyui{,*}.mjs";
@plugin "./daisyui.mjs";
@plugin "./daisyui-theme.mjs" {
name: "connect4";
name: "stealth";
default: true;
color-scheme: light;

File diff suppressed because one or more lines are too long