From ecf37ef19fbb2758e0644a9e3ff7ad2e733b0156 Mon Sep 17 00:00:00 2001 From: june Date: Tue, 12 Aug 2025 23:27:23 +1200 Subject: [PATCH] Style changes to font and colours --- src/pages/index.astro | 8 ++++++-- src/styles/global.css | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) 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