From 96ab2e5e996054c08879d982f7e91830c569ebc3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 8 Jun 2026 04:07:49 -0400 Subject: [PATCH] Hover-to-illuminate; drop the constellation overlay MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hovering a word now brightens its whole rhyme family (dark ink on lit chips) plus the margin bracket — same as the caret spotlight, but following the mouse so you can sweep a verse. The weave/constellation overlay was tried (threads, taper, forks, dots) and cut: every step revealed it was more than the page wanted. Hover-illuminate is the clean version. Co-Authored-By: Claude Opus 4.8 (1M context) --- static/index.html | 129 +++++++++++++--------------------------------- 1 file changed, 37 insertions(+), 92 deletions(-) diff --git a/static/index.html b/static/index.html index 1c6a12c..eb3f191 100644 --- a/static/index.html +++ b/static/index.html @@ -117,9 +117,6 @@ #highlight .anno { color: #6a5f52; } #highlight .hdr { color: #8a7d6c; font-weight: 700; } #gutter { position: absolute; inset: 0; pointer-events: none; z-index: 3; overflow: hidden; } - #weave { position: absolute; inset: 0; pointer-events: none; z-index: 0; width: 100%; height: 100%; } - @keyframes weavedraw { to { stroke-dashoffset: 0; } } - @keyframes weavepop { 0% { opacity: 0; transform: scale(0); } 100% { opacity: .95; } } #gutter .bracket { position: absolute; left: 7px; width: 7px; border: 2.5px solid currentColor; border-right: 0; @@ -293,7 +290,6 @@
-