From 5c25e85d92f1313e9b5ca2622b8dd657df4e3d3f Mon Sep 17 00:00:00 2001 From: robotscissors Date: Thu, 7 Jun 2018 21:53:17 -0700 Subject: [PATCH] Create dark background on load --- app/assets/stylesheets/admin/welcome.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;