mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +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"
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user