Skip to content

Commit

Permalink
feat: add hero image opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin committed Jan 17, 2024
1 parent 2d8efdb commit 4408bc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
position: relative;
height: 427px;
overflow: hidden;
background-image: url("../../static/img/hero.svg");
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%),
url("../../static/img/hero.svg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down

0 comments on commit 4408bc0

Please sign in to comment.