Commit 892c8a6 1 parent 75c6cae commit 892c8a6 Copy full SHA for 892c8a6
File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 87
87
- ` --yfm-color-table-row-background `
88
88
- ` --yfm-color-border `
89
89
- ` --yfm-color-accent `
90
+ - ` --yfm-tab-size `
90
91
91
92
** code**
92
93
93
94
- ` --yfm-color-inline-code `
94
95
- ` --yfm-color-inline-code-background `
95
96
- ` --yfm-color-code-background `
97
+ - ` --yfm-tab-size-code `
96
98
97
99
** hightlight**
98
100
Original file line number Diff line number Diff line change 87
87
- ` --yfm-color-table-row-background `
88
88
- ` --yfm-color-border `
89
89
- ` --yfm-color-accent `
90
+ - ` --yfm-tab-size `
90
91
91
92
** code**
92
93
93
94
- ` --yfm-color-inline-code `
94
95
- ` --yfm-color-inline-code-background `
95
96
- ` --yfm-color-code-background `
97
+ - ` --yfm-tab-size-code `
96
98
97
99
** hightlight**
98
100
Original file line number Diff line number Diff line change 22
22
line-height : 20px ;
23
23
word-wrap : break-word ;
24
24
color : var (--yfm-color-text );
25
+ tab-size : var (--yfm-tab-size , inherit );
25
26
26
27
* {
27
28
box-sizing : border-box ;
349
350
font-size : 0.875em ;
350
351
white-space : pre-wrap ;
351
352
color : var (--yfm-color-inline-code );
353
+ tab-size : var (--yfm-tab-size-code , inherit );
352
354
}
353
355
354
356
pre {
You can’t perform that action at this time.
0 commit comments