From 76531750480b59ea9af01ef399275339eecd18f5 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sat, 17 Aug 2024 18:52:52 -0500 Subject: [PATCH] adding pilot --- app/src/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/index.css b/app/src/index.css index d63ea39..cc2a88d 100644 --- a/app/src/index.css +++ b/app/src/index.css @@ -6,4 +6,7 @@ body { @apply bg-[#ECEFF1]; } + html { + @apply text-black; + } }