From 03d3cad0a7fb8b7440812782e71328f35990e3e0 Mon Sep 17 00:00:00 2001 From: "diana.dolgolyova" Date: Sun, 12 Apr 2026 20:27:59 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20section-glow=20radial=20gradien?= =?UTF-8?q?t=20=E2=80=94=20visible=20as=20artifact=20between=20sections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/styles/theme.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/app/styles/theme.css b/src/app/styles/theme.css index 14a4d3f..eafbc0e 100644 --- a/src/app/styles/theme.css +++ b/src/app/styles/theme.css @@ -65,22 +65,6 @@ position: relative; } -.section-glow::before { - content: ""; - position: absolute; - top: 0; - left: 50%; - transform: translateX(-50%); - width: min(600px, 100%); - height: 400px; - background: radial-gradient(ellipse, rgba(201, 169, 110, 0.12), transparent 70%); - pointer-events: none; -} - -:is(.dark) .section-glow::before { - background: radial-gradient(ellipse, rgba(201, 169, 110, 0.05), transparent 70%); -} - /* ===== Glass Card ===== */ .glass-card {