From 73e4470da753817d712c45e3b07535d5c7cda969 Mon Sep 17 00:00:00 2001 From: Logseq Agent Date: Mon, 9 Mar 2026 14:04:17 +0000 Subject: [PATCH] =?UTF-8?q?I=E2=80=99m=20updating=20the=20snake=20color=20?= =?UTF-8?q?variable=20in=20`index.html`=20from=20yellow=20to=20red=20and?= =?UTF-8?q?=20leaving=20the=20head=20color=20unchanged=20unless=20you?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6d99563..0b059c1 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ --bg: #101820; --panel: #172634; --grid: #22384a; - --snake: #facc15; + --snake: #ff0000; --head: #fde047; --food: #ff6b6b; --text: #f1f5f9;