diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 467dd955..9da927b2 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -10,7 +10,7 @@ const year = new Date().getFullYear(); href="https://github.com/lerko96" target="_blank" rel="noopener noreferrer" - class="underline hover:text-[var(--color-text)]" + class="underline" > GitHub @@ -18,7 +18,7 @@ const year = new Date().getFullYear(); href="https://gitea.lerkolabs.com/lerko" target="_blank" rel="noopener noreferrer" - class="underline hover:text-[var(--color-text)]" + class="underline" > Gitea @@ -26,13 +26,14 @@ const year = new Date().getFullYear(); href="https://www.linkedin.com/in/tyler-koenig" target="_blank" rel="noopener noreferrer" - class="underline hover:text-[var(--color-text)]" + class="underline" > LinkedIn Email diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 6d057b4c..864e8029 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -15,7 +15,7 @@ href="https://github.com/lerko96" target="_blank" rel="noopener noreferrer" - class="underline hover:text-[var(--color-text)]" + class="underline" > GitHub @@ -23,7 +23,7 @@ href="https://gitea.lerkolabs.com/lerko" target="_blank" rel="noopener noreferrer" - class="underline hover:text-[var(--color-text)]" + class="underline" > Gitea @@ -31,13 +31,14 @@ href="https://www.linkedin.com/in/tyler-koenig" target="_blank" rel="noopener noreferrer" - class="underline hover:text-[var(--color-text)]" + class="underline" > LinkedIn Email diff --git a/src/components/Nav.astro b/src/components/Nav.astro index ffd99de1..fb1eb5dd 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -3,9 +3,9 @@ Tyler Koenig
- - - + + +