Skip to content

Commit 6063a37

Browse files
author
rakeshAlgo
committed
change the border color for left sidebarMenu
1 parent 08d74ae commit 6063a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/nav.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
margin-bottom: 1.5rem;
2424
height: var(--height-nav);
2525
z-index: var(--z-index-nav);
26-
border-left: 2px solid var(--color-brand-gray7);
27-
border-right: 2px solid var(--color-brand-gray7);
26+
border-left: 2px solid #eee;
27+
border-right: 2px solid #eee;
2828
}
2929
}
3030

0 commit comments

Comments
 (0)