diff --git a/.claude-prompt.md b/.claude-prompt.md new file mode 100644 index 0000000..b8e9d2e --- /dev/null +++ b/.claude-prompt.md @@ -0,0 +1,78 @@ +You are fixing a GitHub issue in a cloned copy of the repo at `master`. +The working directory is `/home/boxd/first-boot`. It's already synced +to origin/master. You are user `boxd` (uid 1000), with `sudo` available. + +The app's Python server is already running on http://localhost:3000 inside +this VM (live-forked from the golden), and Google Chrome is installed +at `/usr/bin/google-chrome`. + +# The issue + +Title: Change background to yellow — more playful vibe + +Number: #7 + +Body: +``` +### Problem + +The current background is a dark `#0a0c12` with a subtle dot grid. It's stylish but feels a bit moody for a snake game. + +### Expected + +Warm, playful yellow background. Something like `#fde047` or `#facc15` (Tailwind amber/yellow). Keep the dot-grid pattern if possible, just tint the base. + +### Scope + +- Update the `body` background color in `index.html` (the inline `