1
0

Revert glow color change

This commit is contained in:
2025-05-26 07:12:39 +02:00
parent db5d91825e
commit 84a0c0b2c3

View File

@@ -162,7 +162,7 @@ window.AnimeCat = class AnimeCat {
return [255, 100, 0]; // voll orange
}
const [r, g, b] = getGlowColor(0);
const [r, g, b] = getGlowColor(commitCount);
// Skalierung bleibt wie gehabt
const minSize = 80, maxSize = 170;