+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 5492b5f..1ad33ec 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -9,7 +9,7 @@ const recipies = await client.collection("recipes").getFullList()
-
+
{
recipies.map(r => (
diff --git a/src/styles/global.css b/src/styles/global.css
index bebe217..281ef03 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -1,7 +1,8 @@
@import "tailwindcss";
html {
- /* @apply bg-[#1d1f21]; */
- @apply bg-[#fafafa];
+ @apply bg-[#1d1f21];
+ /* @apply bg-[#fafafa]; */
+ @apply text-white;
@apply font-stretch-condensed;
}
\ No newline at end of file