From 518dacd5ef112292e6f895aa7c5d9068caf9d236 Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Sat, 5 Oct 2024 14:07:57 +0200 Subject: [PATCH] Fehler in der Farbgebung behoben --- styles/input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {