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()}>
|
||||
{/* biome-ignore lint/security/noDangerouslySetInnerHtml: markdown render */}
|
||||
<div
|
||||
class="prose"
|
||||
class="prose text-black prose-sm"
|
||||
innerHTML={parseMarkdown(content()!, resolvedPath)}
|
||||
/>
|
||||
</Show>
|
||||
|
||||
Reference in New Issue
Block a user