the before: elements in @frontend/components/HomeOnboardingWizard.tsx stepmarkers don't have a solid background (I can see the dotted after borders through the background)
Adjusting background layering and z-index
The before element's background needs to match the section's semi-transparent background, and its z-index must be raised above the after element to prevent the dotted border from showing through; planning to set before's z-index to 10 and the marker's to 20 within the wrapper span.
Adjusted the step marker layering so the before: circle sits above the dotted after line and blocks it. This keeps the background solid without the dashed line bleeding through.
Changed in frontend/components/HomeOnboardingWizard.tsx.
If you want, I can run bun run lint to confirm no class issues.