frontend-monorepo-678: Improved text colour for syntax highlighter light theme (#679)

This commit is contained in:
Sam Keen 2022-06-30 14:38:32 +01:00 committed by GitHub
parent 87338c4f2f
commit 282f714d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ const vegaCustomClasses = plugin(function ({ addUtilities }) {
overflowX: 'auto',
padding: '1em',
background: theme.colors.white.DEFAULT,
color: theme.colors.black[25],
color: theme.colors.black[70],
border: `1px solid #${theme.colors.black[40]}`,
},
'.dark .syntax-highlighter-wrapper .hljs': {