From 5bbe679bcafe265a82fbdf1c2b1361e3cf86b617 Mon Sep 17 00:00:00 2001 From: Logseq Agent Date: Mon, 2 Mar 2026 11:24:58 +0000 Subject: [PATCH] Updated snake colors to yellow in [index.html](/vercel/sandbox/agent-test/index.html:12): - `--snake` is now `#ffd60a` - --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9dbb8a9..0722b6a 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,8 @@ --bg: #101820; --panel: #172634; --grid: #22384a; - --snake: #6de58f; - --head: #43d97b; + --snake: #ffd60a; + --head: #fff08a; --food: #ff6b6b; --text: #f1f5f9; --muted: #9fb0bd;