From 2469d063ed53c5aba557aa668141eb8e5a8317fd Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 6 May 2014 16:54:30 -0400 Subject: [PATCH] Change the header bar background colors to match the new landing background --- static/css/quay.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/quay.css b/static/css/quay.css index dfe44f2fc..28ca2c2ee 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -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 {