From 0412c368d8dbab47e6410f3d3f626704a79132c3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 8 Oct 2019 23:53:23 -0400 Subject: [PATCH] ui: update homepage color to match resources --- src/components/Header/styles.tsx | 2 +- src/components/Waves/styles.tsx | 2 +- src/layouts/Layout/styles.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Header/styles.tsx b/src/components/Header/styles.tsx index e7ef3c0..ea79b75 100644 --- a/src/components/Header/styles.tsx +++ b/src/components/Header/styles.tsx @@ -10,7 +10,7 @@ export const HeaderWrapper = styled.header` width: 100%; position: relative; min-height: auto; - background: #121240; + background: #1f2a34; &.is-home { min-height: 100vh; diff --git a/src/components/Waves/styles.tsx b/src/components/Waves/styles.tsx index 8d798cb..6d68e07 100644 --- a/src/components/Waves/styles.tsx +++ b/src/components/Waves/styles.tsx @@ -3,7 +3,7 @@ import WavesBottom from "../../images/waves-bot.svg" import WavesTop from "../../images/waves-top.svg" const waves = css` - opacity: 0.5; + opacity: 0.7; width: 100vw; max-width: 100%; position: absolute; diff --git a/src/layouts/Layout/styles.tsx b/src/layouts/Layout/styles.tsx index ac137f5..038a16f 100644 --- a/src/layouts/Layout/styles.tsx +++ b/src/layouts/Layout/styles.tsx @@ -1,7 +1,7 @@ import styled from "styled-components" export const LayoutWrapper = styled.div` - background: #121240; + background: #1f2a34; color: #fff; position: relative; display: flex;