deploy: add gradient background to camera prompt

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv 2026-03-12 21:38:48 -04:00
parent afcced39ab
commit d0408bc07a
2 changed files with 2 additions and 0 deletions

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 {

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 {