1
0

Set glow color to fixed value

This commit is contained in:
2025-05-26 07:12:07 +02:00
parent 34c6789c76
commit 065f7a5250

View File

@@ -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;