From d0408bc07aa4db52b448f07349a062f94cb455bf Mon Sep 17 00:00:00 2001 From: ruv Date: Thu, 12 Mar 2026 21:38:48 -0400 Subject: [PATCH] deploy: add gradient background to camera prompt Co-Authored-By: claude-flow --- pose-fusion/css/style.css | 1 + ui/pose-fusion/css/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/pose-fusion/css/style.css b/pose-fusion/css/style.css index ba4315ea..c2a32341 100644 --- a/pose-fusion/css/style.css +++ b/pose-fusion/css/style.css @@ -193,6 +193,7 @@ body { color: var(--text-secondary); padding: 24px; z-index: 6; + background: radial-gradient(ellipse at center, rgba(0,210,120,0.08) 0%, rgba(8,12,20,0.95) 70%); } .camera-prompt button { diff --git a/ui/pose-fusion/css/style.css b/ui/pose-fusion/css/style.css index ba4315ea..c2a32341 100644 --- a/ui/pose-fusion/css/style.css +++ b/ui/pose-fusion/css/style.css @@ -193,6 +193,7 @@ body { color: var(--text-secondary); padding: 24px; z-index: 6; + background: radial-gradient(ellipse at center, rgba(0,210,120,0.08) 0%, rgba(8,12,20,0.95) 70%); } .camera-prompt button {