From 0d16827e11d84d96a9d369a195442c2640876356 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 07:58:03 +0200 Subject: [PATCH] auto-git: [change] animeCat.js --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index e608716..848bc0c 100644 --- a/animeCat.js +++ b/animeCat.js @@ -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' });