From 8112a62010021f9e738f724f2e497d655112be43 Mon Sep 17 00:00:00 2001 From: Frances Berriman Date: Wed, 31 Aug 2016 13:24:54 -0700 Subject: [PATCH] Apply the correct shade of grey to header --- src/containers/FindBar.css | 2 +- src/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/FindBar.css b/src/containers/FindBar.css index e370c63b..be0abe88 100644 --- a/src/containers/FindBar.css +++ b/src/containers/FindBar.css @@ -1,6 +1,6 @@ :root { --foregroundColor: #fff; - --backgroundColor: #596362; + --backgroundColor: #272e30; --textFieldBorderColor: #e7e7e7; --highlightFGColor: #fff; --highlightBGColor: #3ab7a5; diff --git a/src/index.css b/src/index.css index 00fd30e3..cd5e3545 100644 --- a/src/index.css +++ b/src/index.css @@ -18,7 +18,7 @@ body { } header { - background-color: #596362; + background-color: #272e30; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22); height: 54px; border-bottom:2px solid #3ab7a5;