Skip to content

Commit 17dbff4

Browse files
committed
added alpha to banner img
1 parent a8d4147 commit 17dbff4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ section + section, .section-divider{border-top:1px solid var(--border);}
6060
min-height:clamp(320px,40vw,420px);
6161
display:flex; flex-direction:column; justify-content:flex-end;
6262
background:linear-gradient(155deg,var(--navy-1) 0%,#0a1f30 55%,var(--navy-2) 100%);
63-
background-image:url('figures/spatial_ai_banner.svg');
63+
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');
6466
background-size:cover; background-position:center;
6567
/* Swap the SVG for a photo by pointing this at e.g. figures/hero.jpg */
6668
}

0 commit comments

Comments
 (0)