frontend-monorepo-415 Explorer syntax highlighter CSS does not appear to be working (#418)

This commit is contained in:
Sam Keen 2022-05-17 15:40:29 +01:00 committed by GitHub
parent 5a00ad8361
commit 4034e14120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ const vegaCustomClasses = plugin(function ({ addUtilities }) {
},
'.dark .syntax-highlighter-wrapper .hljs': {
background: '#2C2C2C',
color: theme.colors.vega.green.DEFAULT,
color: theme.colors.vega.green,
},
'.syntax-highlighter-wrapper .hljs-literal': {
color: theme.colors.vega.pink,