fix(demo): add radial gradient background to camera prompt overlay

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv 2026-03-12 21:38:17 -04:00
parent a7c74e0c57
commit 9cefb32815

View file

@ -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 {