linking: dark

This commit is contained in:
Cat /dev/Nulo 2023-08-31 09:55:33 -03:00
parent c520fb2490
commit e3bb1fe499

View file

@ -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"
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"
href={"href" in link ? link.href : link.id}
target={link.type === "external" ? "_blank" : null}
>