mirror of
https://github.com/ruvnet/RuView
synced 2026-08-04 19:31:42 +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:
@@ -193,6 +193,7 @@ body {
|
|||||||
color: var(--text-secondary);
|
color: var(--text-secondary);
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
z-index: 6;
|
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 {
|
.camera-prompt button {
|
||||||
|
|||||||
Reference in New Issue
Block a user