Skip to content

Commit e30dfef

Browse files
style: add subtle blue background to hero viewer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ff5f8eb commit e30dfef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/styles/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ body {
513513
.demo-viewer--hero {
514514
max-width: 940px;
515515
margin: 0 auto;
516+
background: rgba(21, 91, 205, 0.1);
516517
box-shadow:
517518
0 20px 60px rgba(0, 0, 0, 0.3),
518519
0 0 0 1px rgba(255, 255, 255, 0.06),

0 commit comments

Comments
 (0)