Skip to content

Commit

Permalink
reduce background tint on index
Browse files Browse the repository at this point in the history
  • Loading branch information
wjiang42 committed Jan 27, 2024
1 parent e385427 commit 1c58aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/pages/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ header #main-nav {
}
#bg-carousel-gradient {
z-index: -1;
background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
}

main .content-block {
Expand All @@ -31,7 +31,7 @@ main .content-block {
height: 100%;
margin: 15px 0 30px 0;
p {
background-color: rgba(0,0,0,0.8);
background-color: rgba(0,0,0,0.6);
}
}

Expand Down

0 comments on commit 1c58aec

Please sign in to comment.