Minor updoot

This commit is contained in:
2023-09-07 21:04:15 +02:00
parent 6433358b04
commit 8cce061cf5
3 changed files with 43 additions and 48 deletions

View File

@ -9,6 +9,6 @@ const { href, title } = Astro.props;
<a
href={href}
class="text-primary-foreground hover:text-primary hover:bg-primary-foreground rounded-md px-3 py-2 transition duration-300"
class="text-primary-foreground hover:font-bold px-3 py-2 transition duration-300"
>{title}
</a>