Skip to content

Commit

Permalink
reverse gradient on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed May 18, 2023
1 parent daf6e0a commit df75c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{/if}
<a
href="/map"
class="mx-auto my-8 block w-fit rounded-full bg-link px-7 py-3.5 text-lg font-semibold text-white transition-colors hover:bg-hover dark:bg-gradient-to-r dark:from-[#0ecd71] dark:to-[#040273]"
class="mx-auto my-8 block w-fit rounded-full bg-link px-7 py-3.5 text-lg font-semibold text-white transition-all hover:bg-hover dark:bg-gradient-to-r dark:from-[#0ecd71] dark:to-[#040273] dark:hover:bg-gradient-to-l"
>Open Map</a
>
<div
Expand Down

0 comments on commit df75c38

Please sign in to comment.