darkings_Obsidian-MonokaiSy.../dist
Darkings 9dcd3a0983 fix: use margin-left on .cm-quote for blockquote spacing in live preview
Obsidian applies inline styles (text-indent: -20px; padding-inline-start: 20px)
to .HyperMD-quote via CodeMirror. These inline styles have highest specificity
and cannot be overridden by CSS without !important.

Workaround: remove our padding/text-indent attempts on .HyperMD-quote, instead
add margin-left on .cm-quote child spans to create border-to-text spacing.
2026-05-08 10:51:06 +08:00
..
theme.css fix: use margin-left on .cm-quote for blockquote spacing in live preview 2026-05-08 10:51:06 +08:00