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 {