Skip to content

Commit 3b35e5e

Browse files
jmacotclaude
andcommitted
style: increase sparkles particle count to 300
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c24e660 commit 3b35e5e

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
@@ -542,7 +542,7 @@ <h1>/*[|template_title|]*/0</h1>
542542
if (window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;
543543
var ctx = canvas.getContext('2d');
544544
var particles = [];
545-
var count = 120;
545+
var count = 300;
546546

547547
function resize() {
548548
canvas.width = window.innerWidth;

0 commit comments

Comments
 (0)