mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 00:18:09 +00:00
fixed heading margin
This commit is contained in:
parent
c9d33c28d6
commit
43d8719807
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ export const quotHighlighting = syntaxHighlighting(
|
||||||
tag: t.heading,
|
tag: t.heading,
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
fontSize: "1.25em",
|
fontSize: "1.25em",
|
||||||
marginBlockEnd: "0.5em",
|
".cm-line:has(> &)": {
|
||||||
|
marginBlockEnd: "0.5em",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tag: t.link,
|
tag: t.link,
|
||||||
|
|
Loading…
Add table
Reference in a new issue