From 04916c49e315c276a5129484759b6962d358e63c Mon Sep 17 00:00:00 2001 From: Priya Srivastava Date: Wed, 21 Jul 2021 17:35:20 +0530 Subject: [PATCH] Update appStyle.css --- appStyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appStyle.css b/appStyle.css index 252c983..67cc7d2 100644 --- a/appStyle.css +++ b/appStyle.css @@ -5,7 +5,7 @@ } body { - background: #224941 url('./img/bg.jpg') no-repeat center center/cover; + background: #224941 url('HealthiHer/img/bg.jpg') no-repeat center center/cover; color: #fff; font-family: 'Maven Pro', sans-serif; min-height: 100vh;