Skip to content

Commit 2713f4c

Browse files
authored
Merge pull request #8549 from ethereum/fix-md-link-styles
Fix unstyled links living in the JSON files [Fixes #8547]
2 parents 7410a42 + dfcdc57 commit 2713f4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/@chakra-ui/gatsby-plugin/styles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ const styles = {
1919
bg: mode("white", "gray.700")(props),
2020
lineHeight: "1.6rem",
2121
},
22+
a: {
23+
color: "primary",
24+
textDecoration: "underline",
25+
},
2226
// should be replace with https://chakra-ui.com/docs/components/text
2327
p: {
2428
margin: "0px 0px 1.45rem",

0 commit comments

Comments
 (0)