updated colors

This commit is contained in:
Kamil Niemczycki 2022-07-13 21:27:59 +02:00
parent 1ea49ec0e5
commit 8ddbfe6598
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 }}