From 065f7a5250c89d38af8e531eaa799f636473daa7 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 07:12:07 +0200 Subject: [PATCH] Set glow color to fixed value --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index c9110c9..63a94a2 100644 --- a/animeCat.js +++ b/animeCat.js @@ -162,7 +162,7 @@ window.AnimeCat = class AnimeCat { return [255, 100, 0]; // voll orange } - const [r, g, b] = getGlowColor(commitCount); + const [r, g, b] = getGlowColor(500); // Skalierung bleibt wie gehabt const minSize = 80, maxSize = 170;