File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
packages/repl/src/lib/Output/console Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 37
37
--warning-border : rgb (242 , 232 , 163 );
38
38
--json-tree-string-color : var (--shiki-token-string );
39
39
--json-tree-font-family : var (--sk-font-family-mono );
40
+ --json-tree-font-size : 1.2rem ;
41
+ --json-tree-li-line-height : 1.5 ;
40
42
41
- :global( .dark ) & {
43
+ :root .dark & {
42
44
--error-fg: rgb (235 , 78 , 109 );
43
45
--error-bg : rgb (71 , 48 , 54 );
44
46
--error-border : rgb (109 , 65 , 76 );
59
61
--json-tree-operator-color : #e8eaed ;
60
62
--json-tree-regex-color : #6cd1c7 ;
61
63
}
64
+
65
+ :global {
66
+ p ,
67
+ ol ,
68
+ ul {
69
+ font : var (--json-tree-font-family );
70
+ font-size : var (--json-tree-font-size );
71
+ line-height : 1.5 ;
72
+ }
73
+ }
62
74
}
63
75
</style >
Original file line number Diff line number Diff line change 221
221
font-size : 1.2rem ;
222
222
margin : 0 1rem 0.4rem calc (1em + var (--indent ));
223
223
overflow : hidden ;
224
+ line-height : 1.5 ;
224
225
225
226
.location {
226
227
position : relative ;
You can’t perform that action at this time.
0 commit comments