1
0

auto-git:

[change] animeCat.js
This commit is contained in:
2025-05-26 07:58:03 +02:00
parent 36e7ad53a3
commit 0d16827e11

View File

@@ -70,7 +70,7 @@ window.AnimeCat = class AnimeCat {
height: '50px',
pointerEvents: 'none',
zIndex: 1,
filter: 'blur(6px)', // ruhig auch 14px für weichen Rand!
filter: 'blur(4px)', // ruhig auch 14px für weichen Rand!
opacity: '0.9', // Wieviel du willst!
transition: 'background 0.4s, opacity 0.3s'
});