make logo green

This commit is contained in:
Enrico Bühler 2024-07-09 22:12:52 +02:00
parent 7954b4486c
commit 9676ff9327

View File

@ -21,10 +21,12 @@ import Logo from "../Logo/Logo.astro";
class="no-underline flex flex-row justify-center items-center gap-2 hover:opacity-85 transition-opacity" class="no-underline flex flex-row justify-center items-center gap-2 hover:opacity-85 transition-opacity"
href="/" href="/"
> >
<div class="w-10 lg:w-12 text-main"> <div class="w-10 lg:w-12 text-primary">
<Logo withText={false} /> <Logo withText={false} />
</div> </div>
<h2 class="text-2xl lg:text-3xl transition-all font-extrabold"> <h2
class="text-2xl text-primary lg:text-3xl transition-all font-extrabold"
>
vspace.one vspace.one
</h2> </h2>
</a> </a>