diff --git a/styles/input.css b/styles/input.css index b99bb98..220b54f 100644 --- a/styles/input.css +++ b/styles/input.css @@ -3,7 +3,7 @@ @tailwind utilities; .card { - @apply bg-gray-200 mx-auto p-12 rounded-xl text-gray-800 w-96 + @apply bg-stone-200 mx-auto p-12 rounded-xl text-stone-800 w-96 } .section {