diff --git a/src/pages/index.astro b/src/pages/index.astro index 3d9602f..a26402d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,10 +7,14 @@ const recipies = await client.collection("recipes").getFullList() --- -

Recipie

+
+

Reci

+

pie

+ 🥧 +
-

What would you like today?

+
{ diff --git a/src/styles/global.css b/src/styles/global.css index fd68a22..bebe217 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,5 +1,7 @@ @import "tailwindcss"; html { - @apply bg-yellow-50; + /* @apply bg-[#1d1f21]; */ + @apply bg-[#fafafa]; + @apply font-stretch-condensed; } \ No newline at end of file