diff --git a/index.html b/index.html index 002cb21..575ffc8 100644 --- a/index.html +++ b/index.html @@ -181,6 +181,10 @@ position: relative; z-index: } + #cat-glow { + background: radial-gradient(circle, rgba(255,230,100,0.9) 0%, rgba(255,230,100,0.15) 75%, rgba(0,0,0,0) 100%); + /* Größe und Farbe kannst du per JS dynamisch ändern! */ + }