Skip to content

Commit

Permalink
Merge pull request #8549 from ethereum/fix-md-link-styles
Browse files Browse the repository at this point in the history
Fix unstyled links living in the JSON files [Fixes #8547]
  • Loading branch information
minimalsm authored Nov 9, 2022
2 parents 7410a42 + dfcdc57 commit 2713f4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/@chakra-ui/gatsby-plugin/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const styles = {
bg: mode("white", "gray.700")(props),
lineHeight: "1.6rem",
},
a: {
color: "primary",
textDecoration: "underline",
},
// should be replace with https://chakra-ui.com/docs/components/text
p: {
margin: "0px 0px 1.45rem",
Expand Down

0 comments on commit 2713f4c

Please sign in to comment.