make logo green
This commit is contained in:
parent
7954b4486c
commit
9676ff9327
@ -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"
|
||||
href="/"
|
||||
>
|
||||
<div class="w-10 lg:w-12 text-main">
|
||||
<div class="w-10 lg:w-12 text-primary">
|
||||
<Logo withText={false} />
|
||||
</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
|
||||
</h2>
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user