Skip to content

Commit ea39dd2

Browse files
fullstackjamclaude
andcommitted
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) <noreply@anthropic.com>
1 parent e6e4678 commit ea39dd2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/routes/+page.svelte

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -486,13 +486,6 @@
486486
height: 1.02em;
487487
background: var(--accent);
488488
translate: 0 2px;
489-
animation: blink 1.15s steps(1) infinite;
490-
}
491-
492-
@keyframes blink {
493-
50% {
494-
opacity: 0;
495-
}
496489
}
497490
498491
.footer-cols {

0 commit comments

Comments
 (0)