File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 43
43
/**
44
44
* Set to `true` for the language name to be
45
45
* displayed at the top right of the code block.
46
+ *
47
+ * Use CSS variables to customize styles:
48
+ * - `--hljs-background`
49
+ * - `--hljs-foreground`
50
+ * - `--hljs-radius`
46
51
*/
47
52
langtag? : boolean ;
48
53
}
Original file line number Diff line number Diff line change 12
12
/**
13
13
* Set to `true` for the language name to be
14
14
* displayed at the top right of the code block.
15
+ *
16
+ * Use CSS variables to customize styles:
17
+ * - `--hljs-background`
18
+ * - `--hljs-foreground`
19
+ * - `--hljs-radius`
15
20
*/
16
21
langtag? : boolean ;
17
22
}
Original file line number Diff line number Diff line change 12
12
/**
13
13
* Set to `true` for the language name to be
14
14
* displayed at the top right of the code block.
15
+ *
16
+ * Use CSS variables to customize styles:
17
+ * - `--hljs-background`
18
+ * - `--hljs-foreground`
19
+ * - `--hljs-radius`
15
20
*/
16
21
langtag? : boolean ;
17
22
}
You can’t perform that action at this time.
0 commit comments