Skip to content

Commit

Permalink
fix: 🎨 Lighten the opacity of the wave above the footer and reduce he…
Browse files Browse the repository at this point in the history
…ight Fixes #78 (#95)
  • Loading branch information
knice authored Jul 27, 2022
1 parent f4a1729 commit 0a73295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/theme-regions/_site-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

&:before {
background: transparent url(/images/waves-flat-bottom.svg) no-repeat center top;
height: 10rem;
height: 8rem;
display:block;
content: '';
margin: 3rem auto 2rem auto;
background-size: cover;
border-bottom: 1px solid var(--wp--preset--color--ucsc-primary-blue);
opacity: .5;
opacity: .16;
}

.site-footer__social-links {
Expand Down

0 comments on commit 0a73295

Please sign in to comment.