1
0

Reduce glow opacity in animeCat.js

This commit is contained in:
2025-05-26 08:01:38 +02:00
parent 5164485b5f
commit d25cb0ef9e

View File

@@ -71,7 +71,7 @@ window.AnimeCat = class AnimeCat {
pointerEvents: 'none', pointerEvents: 'none',
zIndex: 1, zIndex: 1,
filter: 'blur(4px)', // ruhig auch 14px für weichen Rand! filter: 'blur(4px)', // ruhig auch 14px für weichen Rand!
opacity: '0.95', // Wieviel du willst! opacity: '0.85', // Wieviel du willst!
transition: 'background 0.4s, opacity 0.3s' transition: 'background 0.4s, opacity 0.3s'
}); });
this.catContainer.appendChild(this.glow); this.catContainer.appendChild(this.glow);