File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
background : var (--jse-background-color );
9
9
min-width : 0 ;
10
10
min-height : 0 ;
11
+ font-family : var (--jse-font-family-mono );
12
+ font-size : var (--jse-font-size-mono );
11
13
color : var (--jse-text-color );
12
14
line-height : var (--jse-line-height );
13
15
Original file line number Diff line number Diff line change 2
2
3
3
.jse-json-node {
4
4
position : relative ;
5
- font-family : var (--jse-font-family-mono );
6
- font-size : var (--jse-font-size-mono );
7
5
color : var (--jse-text-color );
8
6
9
7
& .jse-root {
Original file line number Diff line number Diff line change 8
8
background : var (--jse-background-color );
9
9
min-width : 0 ;
10
10
min-height : 0 ;
11
+ font-family : var (--jse-font-family-mono );
12
+ font-size : var (--jse-font-size-mono );
11
13
color : var (--jse-text-color );
12
14
line-height : var (--jse-line-height );
13
15
You can’t perform that action at this time.
0 commit comments