diff --git a/src/pages/index.astro b/src/pages/index.astro index 39508a2..62fd033 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,7 @@ import Footer from "../components/Footer.astro";
-

Ayo Ayco

+

AyoAyco

  • 👨🏻‍💻 Software Extraordinaire
  • 🕵🏻‍♂️ Frontend Detective Consultant
  • @@ -54,6 +54,12 @@ import Footer from "../components/Footer.astro"; h1 { margin: 0 0 2rem 0; + color: rgba(255, 255, 255, 0.75); + } + + h1 span.heavy-text { + font-weight: 900; + color: white; } .top-content { @@ -82,7 +88,6 @@ import Footer from "../components/Footer.astro"; background-size: 400% 400%; background-color: var(--); animation: gradient 15s ease-in-out infinite; - padding: 2rem; box-shadow: 0 8px 8px -4px lightblue; }