Skip to content

Commit

Permalink
nicer dark asseenin
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Nov 30, 2024
1 parent 14d3533 commit d8a3b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitio/src/routes/AsSeenIn.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<!-- https://magicui.design/docs/components/marquee -->
<div
class="group relative flex h-[400px] w-full flex-col gap-4 overflow-hidden bg-neutral-200 [--duration:10s] [--gap:1rem] md:my-4 md:h-auto md:flex-row md:gap-8 md:bg-transparent md:[--duration:25s] md:[--gap:2rem] dark:bg-neutral-950"
class="group relative flex h-[400px] w-full flex-col gap-4 overflow-hidden bg-neutral-200 [--duration:10s] [--gap:1rem] md:my-4 md:h-auto md:flex-row md:gap-8 md:bg-black md:bg-transparent md:[--duration:25s] md:[--gap:2rem] dark:bg-neutral-950"
>
<!-- {#each refs as ref}
<a
Expand Down

0 comments on commit d8a3b5c

Please sign in to comment.