style(md-embed): black text and prose-sm
This commit is contained in:
@@ -54,7 +54,7 @@ customElement("md-embed", { headingBase: 0 }, (props, { element }) => {
|
|||||||
<Show when={!content.loading && !content.error && content()}>
|
<Show when={!content.loading && !content.error && content()}>
|
||||||
{/* biome-ignore lint/security/noDangerouslySetInnerHtml: markdown render */}
|
{/* biome-ignore lint/security/noDangerouslySetInnerHtml: markdown render */}
|
||||||
<div
|
<div
|
||||||
class="prose"
|
class="prose text-black prose-sm"
|
||||||
innerHTML={parseMarkdown(content()!, resolvedPath)}
|
innerHTML={parseMarkdown(content()!, resolvedPath)}
|
||||||
/>
|
/>
|
||||||
</Show>
|
</Show>
|
||||||
|
|||||||
Reference in New Issue
Block a user