There was an error while loading. Please reload this page.
1 parent a8d4147 commit 17dbff4Copy full SHA for 17dbff4
1 file changed
docs/styles.css
@@ -60,7 +60,9 @@ section + section, .section-divider{border-top:1px solid var(--border);}
60
min-height:clamp(320px,40vw,420px);
61
display:flex; flex-direction:column; justify-content:flex-end;
62
background:linear-gradient(155deg,var(--navy-1) 0%,#0a1f30 55%,var(--navy-2) 100%);
63
- background-image:url('figures/spatial_ai_banner.svg');
+ background-image:
64
+ linear-gradient(to top, rgba(6,18,30,.85) 0%, rgba(6,18,30,.55) 45%, rgba(6,18,30,.35) 100%),
65
+ url('figures/spatial_ai_banner.svg');
66
background-size:cover; background-position:center;
67
/* Swap the SVG for a photo by pointing this at e.g. figures/hero.jpg */
68
}
0 commit comments