Skip to content

Commit

Permalink
Make hover back to gray
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Feb 29, 2024
1 parent 631bb13 commit f4af5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import MoreAndText from "../components/MoreAndText.tsx";
</div>
<div class="flex-grow"></div>
<a
class="font-cabinet font-regular text-[18px] leading-[20px] underline hover:text-black transition-colors duration-200"
class="font-cabinet font-regular text-[18px] leading-[20px] underline hover:text-gray-700 transition-colors duration-200"
href="mailto:Dave Peck <dave@frontseat.org>, Matt Lerner <matt@frontseat.org>?subject=Count%20More"
>
Contact</a
Expand All @@ -49,7 +49,7 @@ import MoreAndText from "../components/MoreAndText.tsx";
</div>
<div class="flex-grow"></div>
<a
class="font-cabinet font-regular text-[18px] leading-[20px] underline hover:text-black transition-colors duration-200"
class="font-cabinet font-regular text-[18px] leading-[20px] underline hover:text-gray-700 transition-colors duration-200"
href="mailto:Dave Peck <dave@frontseat.org>, Matt Lerner <matt@frontseat.org>?subject=Count%20More"
>
Contact</a
Expand Down

0 comments on commit f4af5e4

Please sign in to comment.