From 06d371316d828b711b4e07e63a998a0daef3f05c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 06:55:02 +0200 Subject: [PATCH] Add radial gradient background to #cat-glow in index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) 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! */ + }