diff --git a/static/css/quay.css b/static/css/quay.css index 5489b6b97..2c32cd7cc 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, #535C66 0%,#6E8194 100%); + background-image: linear-gradient(to top, #535C66 0%,#6E8194 100%); } nav.navbar-default .navbar-nav>li>a { @@ -1233,7 +1233,7 @@ i.toggle-icon:hover { } .landing-page .nav .user-view { - color: #428bca !important; + color: white !important; font-weight: bold; } @@ -1354,7 +1354,7 @@ i.toggle-icon:hover { } .landing .messages b { - color: #428bca; + color: #59B2FF; } .landing .messages h1 { diff --git a/static/img/landing-back-new.psd b/static/img/landing-back-new.psd new file mode 100644 index 000000000..dce8cafa0 Binary files /dev/null and b/static/img/landing-back-new.psd differ diff --git a/static/img/landing-back.jpg b/static/img/landing-back.jpg index fc3789937..8cbc70f24 100644 Binary files a/static/img/landing-back.jpg and b/static/img/landing-back.jpg differ