Skip to content

Commit 3f8f7ce

Browse files
authored
Merge pull request bchiang7#192 from bchiang7/fix/prism-color
Fix undefined prism color variable
2 parents ebfef18 + ce74803 commit 3f8f7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/PrismStyles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const PrismStyles = css`
2222
*/
2323
.gatsby-highlight {
2424
background-color: ${prismColors.bg};
25-
color: ${prismColors.variable};
25+
color: ${prismColors.grey};
2626
border-radius: var(--border-radius);
2727
margin: 2em 0;
2828
padding: 1.25em;

0 commit comments

Comments
 (0)