Skip to content

Commit c24e660

Browse files
jmacotclaude
andcommitted
style: change sparkles particles to green (#4ade80)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2540329 commit c24e660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

password_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ <h1>/*[|template_title|]*/0</h1>
577577
if (p.y > canvas.height) p.y = 0;
578578
ctx.beginPath();
579579
ctx.arc(p.x, p.y, p.r, 0, Math.PI * 2);
580-
ctx.fillStyle = 'rgba(255,255,255,' + p.opacity.toFixed(2) + ')';
580+
ctx.fillStyle = 'rgba(74,222,128,' + p.opacity.toFixed(2) + ')';
581581
ctx.fill();
582582
}
583583
requestAnimationFrame(draw);

0 commit comments

Comments
 (0)