ui(home): darken waves, improve legiblity on menu

This commit is contained in:
Jean-Philippe Sirois
2019-10-07 08:03:44 -04:00
parent 07505ab4d4
commit 31abdf80b5
+2
View File
@@ -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;