Skip to content

Commit

Permalink
style: strong elements in prose should inherit text color
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Mar 15, 2024
1 parent 17020ab commit b65f377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ const config = {
/** Don't add backticks around inline `code`. */
"code::before": null,
"code::after": null,

strong: {
color: "inherit",
},
},
},
},
Expand Down

0 comments on commit b65f377

Please sign in to comment.