From 709b08f6f5a2996e80e061cf6d3a7061454e9aec Mon Sep 17 00:00:00 2001 From: Zane V <102631678+ZaneThePython@users.noreply.github.com> Date: Fri, 26 Sep 2025 07:19:49 -0400 Subject: [PATCH] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index b381723..b7b6b90 100644 --- a/script.js +++ b/script.js @@ -488,7 +488,7 @@ function addMouseTrail() { } draw(ctx) { - ctx.fillStyle = `rgba(255, 255, 255, ${this.opacity})`; + ctx.fillStyle = `rgba(0, 122, 204, ${this.opacity})`; // Blue color (#007acc) ctx.beginPath(); ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2); ctx.fill();