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; } }