diff --git a/app/assets/images/home/tagline-bg.jpg b/app/assets/images/home/tagline-bg.jpg new file mode 100644 index 0000000000..68366a9569 Binary files /dev/null and b/app/assets/images/home/tagline-bg.jpg differ diff --git a/app/assets/stylesheets/admin/welcome.css.scss b/app/assets/stylesheets/admin/welcome.css.scss index fe31a07396..77cd21e134 100644 --- a/app/assets/stylesheets/admin/welcome.css.scss +++ b/app/assets/stylesheets/admin/welcome.css.scss @@ -6,7 +6,7 @@ padding: 4em 2em; @include fullbg; - + background-color: black; background-image: url("/assets/home/tagline-bg.jpg"); background-repeat: no-repeat; background-position: center center;