fix: correct light mode cta link text contrast

This commit is contained in:
Troy 2025-02-19 15:59:18 +00:00
parent a722e0d8aa
commit 096b260642
Signed by: troy
GPG key ID: DFC06C02ED3B4711
3 changed files with 18 additions and 18 deletions

View file

@ -18,7 +18,7 @@
Think I could help with a project you're working on?
<a
href="mailto:hello@troylusty.com"
class="ml-1 w-fit rounded-full bg-lime-500/20 px-2 py-1 text-sm text-lime-500 ring ring-lime-500 transition-colors duration-300 hover:bg-lime-500/30"
class="ml-1 w-fit rounded-full bg-lime-500/20 px-2 py-1 text-sm text-lime-800 ring ring-lime-500 transition-colors duration-300 hover:bg-lime-500/30 dark:text-lime-200"
>
Send me a message
</a>