Skip to content

Commit

Permalink
fix: heading nesting b, strong font-weight (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Dec 21, 2023
1 parent c4d7f38 commit 6ece069
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Html.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ const Wrapper = styled.div<StyledHtmlProps>`
:last-child {
margin-bottom: 0;
}
& b,
& strong {
font-weight: inherit;
}
}
h1 {
Expand Down

0 comments on commit 6ece069

Please sign in to comment.