diff --git a/static/css/quay.css b/static/css/quay.css index 1d0e2ebdb..27a87b2e6 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -1288,7 +1288,7 @@ i.toggle-icon:hover { right: 0px; background-color: #1d1d1d; - background-image: url(../img/landing-back.jpg); + background-image: url(../img/landing-back-opt.jpg); background-repeat: no-repeat; background-size: cover; } diff --git a/static/img/landing-back-opt.jpg b/static/img/landing-back-opt.jpg new file mode 100644 index 000000000..12454f43f Binary files /dev/null and b/static/img/landing-back-opt.jpg differ