diff --git a/app/src/index.css b/app/src/index.css index c27a71a..d63ea39 100644 --- a/app/src/index.css +++ b/app/src/index.css @@ -4,9 +4,6 @@ @layer base { body { - @apply bg-['#ECEFF1']; - } - color { - @apply text-black; + @apply bg-[#ECEFF1]; } }