Skip to content

Commit

Permalink
Lighter color tiles for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswiss committed Jan 7, 2024
1 parent 9c55ce8 commit 3814b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_marketing+/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function Index() {
<TooltipTrigger asChild>
<a
href={logo.href}
className="grid size-20 place-items-center rounded-2xl bg-violet-600/10 p-4 transition hover:-rotate-6 hover:bg-violet-600/15 sm:size-24 dark:grayscale dark:hover:grayscale-0"
className="grid size-20 place-items-center rounded-2xl bg-violet-600/10 p-4 transition hover:-rotate-6 hover:bg-violet-600/15 sm:size-24 dark:bg-violet-200 dark:hover:bg-violet-100"
>
<img src={logo.src} alt="" className="w-16" />
</a>
Expand Down

0 comments on commit 3814b41

Please sign in to comment.