Fehler in der Farbgebung behoben

This commit is contained in:
Jason Streifling 2024-10-05 14:07:57 +02:00
parent 0c127ec4b0
commit 518dacd5ef

View File

@ -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 {