mirror of
https://github.com/ruvnet/RuView.git
synced 2026-04-28 05:59:32 +00:00
fix(demo): add radial gradient background to camera prompt overlay
Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
a7c74e0c57
commit
9cefb32815
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue