Change the header bar background colors to match the new landing background

This commit is contained in:
Joseph Schorr 2014-05-06 16:54:30 -04:00
parent 338a14712c
commit 2469d063ed

View file

@ -12,7 +12,7 @@
nav.navbar {
border: 0px;
border-radius: 0px;
background-image: linear-gradient(to bottom, #485664 0%,#81878D 100%);
background-image: linear-gradient(to bottom, #274766 0%,#366492 100%)
}
nav.navbar-default .navbar-nav>li>a {