Skip to content

Commit dfcdc57

Browse files
committed
add global styles for links to temporarily fix the md links styles
1 parent 7410a42 commit dfcdc57

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)