From 7714e64b37ae5d99fcb24120e7119750b1c7682e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flemming=20M=C3=B8ller=20Pedersen?= Date: Mon, 1 Jul 2024 14:04:00 +0200 Subject: [PATCH] Fix: Change to default text color --- src/components/contact-footer.astro | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/contact-footer.astro b/src/components/contact-footer.astro index e5c2f073..4bfbd9aa 100644 --- a/src/components/contact-footer.astro +++ b/src/components/contact-footer.astro @@ -49,7 +49,6 @@ .container { width: var(--container-width); margin-inline: auto; - color: white; padding-block: 4rem; display: flex; @@ -57,14 +56,9 @@ align-items: baseline; flex-wrap: wrap; } - - .content p, h2, input { - color: hsl(var(--blue-base) 30%); - } .content p:last-child { font-size: 0.8rem; - color: hsl(var(--blue-base) 40%); } input {