From 5f8b1d3a42e371262bafe751df4f5bd3054ebfa8 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 18 Aug 2024 06:45:50 -0500 Subject: [PATCH] adding pilot --- app/src/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/index.css b/app/src/index.css index cc2a88d..0bd463b 100644 --- a/app/src/index.css +++ b/app/src/index.css @@ -5,8 +5,6 @@ @layer base { body { @apply bg-[#ECEFF1]; - } - html { @apply text-black; } }