Skip to content

Commit

Permalink
fix the gradiant overlay, less opacity (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp authored Dec 19, 2023
1 parent a4fb9cd commit b67ab37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ main .section.full-width > .hero-wrapper {

.hero.block.under-nav {
margin-top: calc(var(--nav-height) * -1);
background: linear-gradient(180deg, rgba(0 0 0 / 50%) 0, rgba(0 0 0 / 50%) 50px, transparent 100px, transparent 100%);
background: linear-gradient(180deg, rgba(0 0 0 / 50%) 0, rgba(0 0 0 / 15%) 50px, transparent 100px, transparent 100%);
}

.hero.block.has-content.under-nav {
background: linear-gradient(180deg, rgba(0 0 0 / 50%) 0, rgba(0 0 0 / 30%) 100px, rgba(0 0 0 / 30%) 100%);
background: linear-gradient(180deg, rgba(0 0 0 / 50%) 0, rgba(0 0 0 / 15%) 100px, rgba(0 0 0 / 15%) 100%);
}

.hero.block .images {
Expand Down

0 comments on commit b67ab37

Please sign in to comment.