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 <style> block).
- Adjust any foreground text/element colors that now clash with yellow (e.g.
#f4f4f5 text on yellow is unreadable). Pick a dark foreground that looks good on yellow, e.g. #18181b.
- Keep the snake's retro green — it already contrasts well with yellow.
- Please include before/after screenshots in the PR.
Problem
The current background is a dark
#0a0c12with a subtle dot grid. It's stylish but feels a bit moody for a snake game.Expected
Warm, playful yellow background. Something like
#fde047or#facc15(Tailwind amber/yellow). Keep the dot-grid pattern if possible, just tint the base.Scope
bodybackground color inindex.html(the inline<style>block).#f4f4f5text on yellow is unreadable). Pick a dark foreground that looks good on yellow, e.g.#18181b.