Add button styling

This commit is contained in:
SkyfallWasTaken 2024-07-07 20:43:59 +01:00
parent 7ac96c3260
commit 083e285732

View file

@ -23,7 +23,7 @@ import Button from "../components/ui/Button.astro";
tuned!
</p>
<div class="flex flex-row gap-2">
<Button>
<Button class="border-surface1 border-[1px]">
<a href="/blog">Read my blog</a>
</Button>
</div>