From cb0cb4723f782858424e45cbc436ed48f3017820 Mon Sep 17 00:00:00 2001 From: PranabKumarSahoo Date: Tue, 12 Mar 2024 10:44:45 +0530 Subject: [PATCH] code updated --- .github/dependabot.yml | 6 ------ src/Components/Sidebar/Sidebar.css | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index db9ba41..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'weekly' diff --git a/src/Components/Sidebar/Sidebar.css b/src/Components/Sidebar/Sidebar.css index 52ad3a3..1be7986 100644 --- a/src/Components/Sidebar/Sidebar.css +++ b/src/Components/Sidebar/Sidebar.css @@ -37,7 +37,7 @@ nav ul { display: block; width: 100%; padding: 15px; - font-weight: bold; + font-weight: 500; transition: background-color 0.3s ease; background-color: rgba(0, 0, 0, 0.2); border-radius: 5px; @@ -55,7 +55,7 @@ nav ul { padding: 20px; margin: 20px; background: linear-gradient(to right, #303154, #2e2e4c); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 50px rgba(0, 0, 0, 0.3); border-radius: 5px; }