Skip to content

Commit

Permalink
fix: #2682
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Dec 20, 2023
1 parent d9737da commit 49c6389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
padding: 1px 8px;
border-radius: var(--rounded-badge);
background-color: theme(colors.base-content/0.1);
font-wight: initial;
font-weight: initial;
}
& :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before,
& :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
Expand Down

0 comments on commit 49c6389

Please sign in to comment.