fix: remove section-glow radial gradient — visible as artifact between sections

This commit is contained in:
2026-04-12 20:27:59 +03:00
parent 89f132634d
commit 03d3cad0a7
-16
View File
@@ -65,22 +65,6 @@
position: relative; 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 ===== */
.glass-card { .glass-card {