From fa37900f79e72cfd0bd3b50f859f3645d41a60db Mon Sep 17 00:00:00 2001 From: acharyamanish006 Date: Wed, 6 Sep 2023 20:04:17 +1000 Subject: [PATCH] ui changes [background color] --- styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/index.css b/styles/index.css index ae680f5..71575f0 100644 --- a/styles/index.css +++ b/styles/index.css @@ -8,6 +8,7 @@ body { font-family: 'Quicksand', sans-serif; + background-color: #f8f3e2; } nav {