diff --git a/frontend/src/components/dashboard/DashboardAmbient.tsx b/frontend/src/components/dashboard/DashboardAmbient.tsx index 76aa2b8..a99ab4e 100644 --- a/frontend/src/components/dashboard/DashboardAmbient.tsx +++ b/frontend/src/components/dashboard/DashboardAmbient.tsx @@ -1,30 +1,26 @@ /** - * Muted ambient background for the dashboard. - * Two accent-colored drifting orbs at very low opacity — adds depth - * and movement without distracting from content. Reuses the same - * drift keyframes as the login AmbientBackground but at ~25% opacity. + * Ambient background effect for the dashboard. * - * Also renders a noise texture and vignette overlay for tactile depth. + * Uses CSS radial gradients on a full-size div with animated position shifting. + * The accent color is read from CSS custom properties so it works with any theme. + * + * Also renders a noise texture for tactile depth and a radial vignette + * to darken edges and draw focus to center content. */ export default function DashboardAmbient() { return ( -