From 5a9dc4b334d2291d28258f33cb7c8def4dbdbfde Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 18 Sep 2022 10:35:16 +0200 Subject: [PATCH] style: h1 heavy text --- src/pages/index.astro | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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; }