Skip to content

Commit

Permalink
fix(typography): remove ugly blockquote typography
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhanadev committed Jan 4, 2025
1 parent 92218e9 commit ead9a6d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,16 @@ const config = {
marginTop: em(8, BASE_FONT_SIZE),
marginBottom: em(8, BASE_FONT_SIZE),
},
blockquote: {
fontWeight: "inherit",
fontStyle: "normal",
},
"blockquote p:first-of-type::before": {
content: "none",
},
"blockquote p:last-of-type::after": {
content: "none",
},
},
},
}),
Expand Down

0 comments on commit ead9a6d

Please sign in to comment.