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 3737 --warning-border : rgb (242 , 232 , 163 );
3838 --json-tree-string-color : var (--shiki-token-string );
3939 --json-tree-font-family : var (--sk-font-family-mono );
40+ --json-tree-font-size : 1.2rem ;
41+ --json-tree-li-line-height : 1.5 ;
4042
41- :global( .dark ) & {
43+ :root .dark & {
4244 --error-fg: rgb (235 , 78 , 109 );
4345 --error-bg : rgb (71 , 48 , 54 );
4446 --error-border : rgb (109 , 65 , 76 );
5961 --json-tree-operator-color : #e8eaed ;
6062 --json-tree-regex-color : #6cd1c7 ;
6163 }
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+ }
6274 }
6375 </style >
Original file line number Diff line number Diff line change 221221 font-size : 1.2rem ;
222222 margin : 0 1rem 0.4rem calc (1em + var (--indent ));
223223 overflow : hidden ;
224+ line-height : 1.5 ;
224225
225226 .location {
226227 position : relative ;
You can’t perform that action at this time.
0 commit comments