Match header colours

This commit is contained in:
Frances Berriman 2016-08-31 10:44:13 -07:00
parent 21c3d060ea
commit adeb42f58b

View File

@ -16,9 +16,10 @@ body {
} }
header { header {
background-color: #fff; background-color: #596362;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22); box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
height: 54px; height: 54px;
border-bottom:2px solid #3ab7a5;
position: fixed; position: fixed;
width: 100%; width: 100%;
z-index: 999; z-index: 999;