fix: adjust cta link contrast
This commit is contained in:
parent
c562e9e1fd
commit
a722e0d8aa
2 changed files with 2 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
||||||
and on the side I manage online operations for a family run
|
and on the side I manage online operations for a family run
|
||||||
<a
|
<a
|
||||||
href="/projects/camouflage-store"
|
href="/projects/camouflage-store"
|
||||||
class="hover:text-gradient-start hover:decoration-gradient-start underline decoration-wavy underline-offset-2 transition-colors duration-300"
|
class="hover:text-secondary underline decoration-wavy underline-offset-2 transition-colors duration-300"
|
||||||
>outdoor apparel business</a
|
>outdoor apparel business</a
|
||||||
>.
|
>.
|
||||||
</div>
|
</div>
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
Think I could help with a project you're working on?
|
Think I could help with a project you're working on?
|
||||||
<a
|
<a
|
||||||
href="mailto:hello@troylusty.com"
|
href="mailto:hello@troylusty.com"
|
||||||
class="bg-gradient-end/20 text-gradient-end ring-gradient-end ml-1 w-fit rounded-full px-2 py-1 text-sm ring"
|
class="ml-1 w-fit rounded-full bg-lime-500/20 px-2 py-1 text-sm text-lime-500 ring ring-lime-500 transition-colors duration-300 hover:bg-lime-500/30"
|
||||||
>
|
>
|
||||||
Send me a message
|
Send me a message
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
|
|
||||||
--color-button: var(--button);
|
--color-button: var(--button);
|
||||||
--color-button-active: var(--button-active);
|
--color-button-active: var(--button-active);
|
||||||
|
|
||||||
--color-gradient-start: #fb5246;
|
|
||||||
--color-gradient-end: #ff9068;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
|
|
Loading…
Add table
Reference in a new issue