From 689ccad9f4c617b5c499d1e5352e894fa3a49858 Mon Sep 17 00:00:00 2001 From: nsavinda Date: Tue, 31 Oct 2023 17:36:42 +0530 Subject: [PATCH] style:fix admin --- public/assets/css/admin-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/css/admin-style.css b/public/assets/css/admin-style.css index 0467ebaf..fcdbd63c 100755 --- a/public/assets/css/admin-style.css +++ b/public/assets/css/admin-style.css @@ -2,7 +2,7 @@ .sidebar { width: 250px; height: 100vh; - background-color: #947f7f; /* Off-white background color */ + background-color: #F0F0F0; /* Off-white background color */ color: #4C5039; /* Theme color */ position: fixed; left: 0;