Skip to content

Commit 6a103ae

Browse files
committed
style: update Rapid Risk-Taker archetype colors and extend vibe-echo animation durations and delays.
1 parent 6416a65 commit 6a103ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/web/src/app/globals.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ body {
183183
}
184184

185185
.vibe-echo:hover::before {
186-
animation: echo-ring-1 3s ease-out infinite;
186+
animation: echo-ring-1 6s ease-out infinite;
187187
}
188188

189189
.vibe-echo:hover::after {
190-
animation: echo-ring-2 3s ease-out 1s infinite;
190+
animation: echo-ring-2 6s ease-out 2s infinite;
191191
}
192192

193193
/* Smaller echo for buttons */
@@ -217,5 +217,5 @@ body {
217217
}
218218

219219
.vibe-echo-sm:hover::after {
220-
animation: echo-ring-sm 2.5s ease-out infinite;
220+
animation: echo-ring-sm 5s ease-out infinite;
221221
}

0 commit comments

Comments
 (0)