mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 23:43:45 +02:00
Merge pull request #136 from the-programmers-hangout/ui-update-homepage-color-to-match-resources
ui: update homepage color to match resources
This commit is contained in:
@@ -10,7 +10,7 @@ export const HeaderWrapper = styled.header`
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
background: #121240;
|
background: #1f2a34;
|
||||||
|
|
||||||
&.is-home {
|
&.is-home {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import WavesBottom from "../../images/waves-bot.svg"
|
|||||||
import WavesTop from "../../images/waves-top.svg"
|
import WavesTop from "../../images/waves-top.svg"
|
||||||
|
|
||||||
const waves = css`
|
const waves = css`
|
||||||
opacity: 0.5;
|
opacity: 0.7;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import styled from "styled-components"
|
import styled from "styled-components"
|
||||||
|
|
||||||
export const LayoutWrapper = styled.div`
|
export const LayoutWrapper = styled.div`
|
||||||
background: #121240;
|
background: #1f2a34;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user