From 8897b63fa0a90fc4c01013e829481988cbf30600 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 7 Jun 2026 04:46:39 -0400 Subject: [PATCH] Stress dots in ink (white) instead of gold Co-Authored-By: Claude Opus 4.8 (1M context) --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index fd8a26b..4b70d88 100644 --- a/static/index.html +++ b/static/index.html @@ -119,7 +119,7 @@ .sd { position: absolute; left: 0; right: 0; top: 2.04em; text-align: center; font-size: 8px; letter-spacing: 2px; - line-height: 1; color: var(--accent-2); white-space: nowrap; + line-height: 1; color: var(--ink); white-space: nowrap; } #editor { background: transparent;