Skip to content

Commit

Permalink
code updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PranabKumarSahoo committed Mar 12, 2024
1 parent a742385 commit cb0cb47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions src/Components/Sidebar/Sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
}

Expand Down

0 comments on commit cb0cb47

Please sign in to comment.