Commit bcccb44
committed
Remove hard-coded black color from animated-letters example
The example was setting color: "black" on letter spans, which made them
invisible on dark backgrounds. Now letters inherit the default text color
which adapts to the current color scheme (light/dark mode).
The animation still works - letters appear green, turn red when leaving,
and are visible (not black) during their steady state.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent b416ff6 commit bcccb44
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments