diff --git a/Bootstrap.Admin/wwwroot/css/lock.css b/Bootstrap.Admin/wwwroot/css/lock.css index 046792a0..b2f3d21d 100644 --- a/Bootstrap.Admin/wwwroot/css/lock.css +++ b/Bootstrap.Admin/wwwroot/css/lock.css @@ -1,5 +1,5 @@ .lock-screen { - background: #02bac6 url("images/lock-bg.jpg"); + background: #02bac6 url("../images/lock-bg.jpg"); background-size: cover; background-repeat: repeat; }