Skip to content

Commit 5188449

Browse files
committed
style: Style item descriptions
1 parent 77f0314 commit 5188449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/routes/item/[item]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
class="card preset-filled-surface-100-900 border-surface-200-800 card-hover rounded-lg border-[1px] p-6"
381381
>
382382
<h2 class="mb-4 text-xl font-bold"><a href="#description">Description</a></h2>
383-
<p class="whitespace-pre-wrap text-gray-300">{@html data.description}</p>
383+
<p class="whitespace-pre-wrap prose prose-invert max-w-none">{@html data.description}</p>
384384
</div>
385385
{/snippet}
386386

0 commit comments

Comments
 (0)