We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e9b90 commit eb089ceCopy full SHA for eb089ce
src/components/YqlHighlighter/YqlHighlighter.scss
@@ -1,8 +1,6 @@
1
.yql-highlighter {
2
code {
3
white-space: pre-wrap !important;
4
-
5
- color: var(--g-color-text-primary) !important;
6
}
7
8
pre {
src/components/YqlHighlighter/yql.ts
@@ -17,6 +17,7 @@ export const light = {
17
'code[class*="language-"]': {
18
...lightTheme['code[class*="language-"]'],
19
background: 'transparent',
20
+ color: 'var(--g-color-text-primary)',
21
},
22
comment: {
23
color: '#969896',
@@ -56,6 +57,7 @@ export const dark = {
56
57
58
...darkTheme['code[class*="language-"]'],
59
60
61
62
63
0 commit comments