updated colors
This commit is contained in:
parent
1ea49ec0e5
commit
8ddbfe6598
@ -2,7 +2,7 @@
|
|||||||
<footer class="bg-neutral-800 py-8">
|
<footer class="bg-neutral-800 py-8">
|
||||||
<div class="flex items-center justify-between max-w-screen-xl mx-auto">
|
<div class="flex items-center justify-between max-w-screen-xl mx-auto">
|
||||||
<div class="bg-neutral-600 text-white pl-10 pr-5 py-2.5 text-logo-size leading-normal font-thasadith">
|
<div class="bg-neutral-600 text-white pl-10 pr-5 py-2.5 text-logo-size leading-normal font-thasadith">
|
||||||
Kamil<span class="text-lime-500">Craft</span>
|
Kamil<span class="text-kamilcraft-green">Craft</span>
|
||||||
</div>
|
</div>
|
||||||
<ul class="flex gap-5 pr-3 text-lg">
|
<ul class="flex gap-5 pr-3 text-lg">
|
||||||
<li
|
<li
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
:class="{ 'clicked-logo': isClicked }"
|
:class="{ 'clicked-logo': isClicked }"
|
||||||
@click="linkClicked"
|
@click="linkClicked"
|
||||||
>
|
>
|
||||||
Kamil<span class="text-lime-500">Craft</span>
|
Kamil<span class="text-kamilcraft-green">Craft</span>
|
||||||
</div>
|
</div>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
<nav>
|
<nav>
|
||||||
@ -44,8 +44,8 @@
|
|||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
:href="href"
|
:href="href"
|
||||||
class="hover:text-lime-500"
|
class="hover:text-kamilcraft-green"
|
||||||
:class="[ (!isActive && isHomePage && !isClicked) ? 'text-white' : (isActive ? 'text-lime-500' : 'text-gray-500') ]"
|
:class="[ (!isActive && isHomePage && !isClicked) ? 'text-white' : (isActive ? 'text-kamilcraft-green' : 'text-gray-500') ]"
|
||||||
@click="navigate"
|
@click="navigate"
|
||||||
>
|
>
|
||||||
{{ menuItem.title }}
|
{{ menuItem.title }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user