Skip to content

Commit

Permalink
fix(ceremony): fix blink
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Sep 27, 2024
1 parent 5540e92 commit d6e37ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceremony/src/lib/components/Terminal/Button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let { children, class: className = "", focus = undefined, value = $bindable(), .

<style>
.terminal-blink {
animation: blink 1s step-end infinite;
animation: blink 1.35s step-end infinite;
}
@keyframes blink {
Expand Down

0 comments on commit d6e37ed

Please sign in to comment.