Apply the correct shade of grey to header

This commit is contained in:
Frances Berriman 2016-08-31 13:24:54 -07:00
parent d805cb67cb
commit 8112a62010
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
:root {
--foregroundColor: #fff;
--backgroundColor: #596362;
--backgroundColor: #272e30;
--textFieldBorderColor: #e7e7e7;
--highlightFGColor: #fff;
--highlightBGColor: #3ab7a5;

View File

@ -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;