From 064a4b7614516c9cbcaa7344d8dfb9c186e0e5c4 Mon Sep 17 00:00:00 2001 From: mini Date: Sun, 19 Apr 2026 20:06:21 +0800 Subject: [PATCH] fix(design): scope .bg-glow::before selector to .puro-page One missed prefix from the automated transform. Aligns with the scoping contract established in 41664efe. Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/assets/puro.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/assets/puro.css b/frontend/src/assets/puro.css index d343ca0d..3251383e 100644 --- a/frontend/src/assets/puro.css +++ b/frontend/src/assets/puro.css @@ -92,7 +92,7 @@ z-index: 0; overflow: hidden; } -.bg-glow::before, +.puro-page .bg-glow::before, .puro-page .bg-glow::after { content: ""; position: absolute;