From 0a73295f7c4dffe1b7eb16b97e3842e4cbe11ea8 Mon Sep 17 00:00:00 2001 From: Rob Knight Date: Wed, 27 Jul 2022 15:26:18 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=8E=A8=20Lighten=20the=20opacity?= =?UTF-8?q?=20of=20the=20wave=20above=20the=20footer=20and=20reduce=20heig?= =?UTF-8?q?ht=20=20Fixes=20#78=20(#95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scss/theme-regions/_site-footer.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scss/theme-regions/_site-footer.scss b/src/scss/theme-regions/_site-footer.scss index 846b0b7b..43392330 100644 --- a/src/scss/theme-regions/_site-footer.scss +++ b/src/scss/theme-regions/_site-footer.scss @@ -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 {