diff --git a/index.html b/index.html index 3e285a3..2a538c9 100644 --- a/index.html +++ b/index.html @@ -178,13 +178,7 @@ diff --git a/js/app.js b/js/app.js index db3e2aa..cf95ace 100644 --- a/js/app.js +++ b/js/app.js @@ -49,8 +49,6 @@ document.addEventListener('colorChanged', (e) => { const { h, s } = e.detail; const pastelS = Math.round(Math.min(s * 0.5, 45)); document.body.style.background = `hsl(${h}, ${pastelS}%, 92%)`; - const logo = document.getElementById('lottie-logo'); - if (logo) logo.style.filter = `hue-rotate(${h - 52}deg)`; }); initEingabe(addFavorit, addColorToSchema); diff --git a/style.css b/style.css index 8d40fed..da42ccc 100644 --- a/style.css +++ b/style.css @@ -10,8 +10,6 @@ body { transition: background 0.8s ease; } -#lottie-logo { transition: filter 0.8s ease; } - #lottie-bg { position: fixed; inset: 0;