refac: styling

This commit is contained in:
Timothy Jaeryang Baek
2024-12-01 21:50:21 -08:00
parent 59c3a18118
commit 7f77828e3f
3 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@
<!-- {JSON.stringify(tokens)} -->
{#each tokens as token, tokenIdx (tokenIdx)}
{#if token.type === 'hr'}
<hr />
<hr class=" border-gray-50 dark:border-gray-850" />
{:else if token.type === 'heading'}
<svelte:element this={headerComponent(token.depth)}>
<MarkdownInlineTokens id={`${id}-${tokenIdx}-h`} tokens={token.tokens} {onSourceClick} />