tranquilizar linking dark
This commit is contained in:
parent
b8901b904d
commit
15dc942f45
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
<div class="flex min-w-min">
|
||||
{#each links as link}
|
||||
<a
|
||||
class="m-1 flex max-w-[45vw] items-center gap-1 rounded-full border border-neutral-200 bg-white px-4 py-3 no-underline dark:border-neutral-500 dark:bg-neutral-800"
|
||||
class="m-1 flex max-w-[45vw] items-center gap-1 rounded-full border border-neutral-200 bg-white px-4 py-3 no-underline dark:border-neutral-700/70 dark:bg-neutral-800"
|
||||
href={"href" in link ? link.href : link.id}
|
||||
target={link.type === "external" ? "_blank" : null}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue