diff --git a/frontend/index.html b/frontend/index.html index 8381e3a..0f82375 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,7 +5,7 @@ Transicion Desordenada Diablo (ver dataset) - +
diff --git a/frontend/src/app.css b/frontend/src/app.css index ebfccd2..b5c61c9 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -1,7 +1,3 @@ @tailwind base; @tailwind components; @tailwind utilities; - -body { - @apply bg-gray-50; -}