Skip to content

Commit

Permalink
sidebar changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Komal73 committed Jan 29, 2024
1 parent dccc654 commit c8bec1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/Sidebar/Sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ a {
.sidebar {
width: 300px;
height: 100vh;
background: linear-gradient(to bottom, #303154, #2e2e4c);
/* background: linear-gradient(to bottom, #303154, #2e2e4c);
*/background: var(--sidebar-background);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
position: fixed;
top: 0;
Expand Down

0 comments on commit c8bec1d

Please sign in to comment.