From a5df82d213f5aa11a0e8d1c9f18a0e2306f1c6e7 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 06:57:51 +0200 Subject: [PATCH] Update cat glow style in index.html --- index.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 575ffc8..f4dec75 100644 --- a/index.html +++ b/index.html @@ -165,6 +165,7 @@ /*maybe move this into the cat later*/ #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%); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -60%); /* feinjustieren */ @@ -181,10 +182,6 @@ 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! */ - } @@ -240,8 +237,8 @@ -
- +