Skip to content

Commit

Permalink
Fix: Text overflow and light mode (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
krivahtoo committed Jun 10, 2024
1 parent cb8963f commit 8682e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/u/[username]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{/if}
{#if profile.bio}
<div>
<pre class="mt-2 rounded-lg bg-surface-900 p-3 font-sans text-base">{profile.bio}</pre>
<div class="mt-2 rounded-lg bg-surface-300 dark:bg-surface-900 p-3 font-sans text-base">{profile.bio}</div>
</div>
{/if}
</div>
Expand Down

0 comments on commit 8682e5c

Please sign in to comment.