From ea39dd2187963bafc6f0f76b22df5cd69c8090b6 Mon Sep 17 00:00:00 2001 From: fullstackjam Date: Tue, 16 Jun 2026 10:46:07 +0800 Subject: [PATCH] style(ui): make footer prompt caret static (remove blink) Drop the perpetual blink animation on the home footer's 'openboot $' caret per the restrained, no-gratuitous-motion direction. Keep a static accent caret. In-terminal-mockup cursors (config cards, explore empty state) keep their blink since it's contextually meaningful there. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/routes/+page.svelte | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index d7a26df..d23d990 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -486,13 +486,6 @@ height: 1.02em; background: var(--accent); translate: 0 2px; - animation: blink 1.15s steps(1) infinite; - } - - @keyframes blink { - 50% { - opacity: 0; - } } .footer-cols {