Skip to content

Commit

Permalink
Update docs sidebar border to match other borders
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonRomano committed Dec 18, 2024
1 parent 57a432f commit d527dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/[...path]/DocsPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
position: sticky;
top: var(--header-height);
height: calc(100vh - var(--header-height));
border-right: 1px solid var(--gray-6);
border-right: 1px solid var(--gray-2);
padding: 24px 14px 48px;
& > .sidebarNavTree {
padding: 2px; /* guarantee space for focus border */
Expand Down

0 comments on commit d527dc1

Please sign in to comment.