frontend-monorepo-678: Improved text colour for syntax highlighter light theme (#679)
This commit is contained in:
parent
87338c4f2f
commit
282f714d5b
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user