Skip to content

Commit

Permalink
Fix: Horizontal Rules missing in markdown docs preview (usebruno#3814)
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-bruno authored and Its-treason committed Jan 22, 2025
1 parent ee9374a commit cfa9cc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const StyledMarkdownBodyWrapper = styled.div`
height: 1px;
padding: 0;
margin: 24px 0;
background-color: var(--color-border-default);
background-color: var(--color-sidebar-collection-item-active-indent-border);
border: 0;
}
Expand Down

0 comments on commit cfa9cc5

Please sign in to comment.