From 31abdf80b5ee8d0ae7c8a17b56f24692fa53d19b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 7 Oct 2019 08:03:36 -0400 Subject: [PATCH] ui(home): darken waves, improve legiblity on menu --- src/components/Waves/styles.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Waves/styles.tsx b/src/components/Waves/styles.tsx index 486f175..64efb91 100644 --- a/src/components/Waves/styles.tsx +++ b/src/components/Waves/styles.tsx @@ -3,6 +3,7 @@ import WavesBottom from "../../images/waves-bot.svg" import WavesTop from "../../images/waves-top.svg" export const StyledWavesTop = styled(WavesTop)` + opacity: 0.5; width: 100vw; max-width: 100%; position: absolute; @@ -10,6 +11,7 @@ export const StyledWavesTop = styled(WavesTop)` ` export const StyledWavesBottom = styled(WavesBottom)` + opacity: 0.5; width: 100vw; max-width: 100%; position: absolute;