From 29eb7037a1407ecc591a64d2c3a5eaad9e054284 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sat, 17 Aug 2024 18:41:49 -0500 Subject: [PATCH] adding pilot --- app/src/index.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/src/index.css b/app/src/index.css index a81a008..c27a71a 100644 --- a/app/src/index.css +++ b/app/src/index.css @@ -4,12 +4,9 @@ @layer base { body { - @apply bg-black; + @apply bg-['#ECEFF1']; } - h1 { - @apply text-2xl font-bold leading-7 text-gray-900; - } - h2 { - @apply text-2xl font-bold leading-7 text-gray-900; + color { + @apply text-black; } }