mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
ui(home): darken waves, improve legiblity on menu
This commit is contained in:
@@ -3,6 +3,7 @@ import WavesBottom from "../../images/waves-bot.svg"
|
|||||||
import WavesTop from "../../images/waves-top.svg"
|
import WavesTop from "../../images/waves-top.svg"
|
||||||
|
|
||||||
export const StyledWavesTop = styled(WavesTop)`
|
export const StyledWavesTop = styled(WavesTop)`
|
||||||
|
opacity: 0.5;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -10,6 +11,7 @@ export const StyledWavesTop = styled(WavesTop)`
|
|||||||
`
|
`
|
||||||
|
|
||||||
export const StyledWavesBottom = styled(WavesBottom)`
|
export const StyledWavesBottom = styled(WavesBottom)`
|
||||||
|
opacity: 0.5;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user