From ab8e894d1f6a6c434fc733b509b6cbd809897b90 Mon Sep 17 00:00:00 2001 From: June Date: Thu, 13 Nov 2025 18:23:34 +1300 Subject: [PATCH] header setup --- web/src/pages/index.astro | 15 ++++++++++++--- web/src/styles/global.css | 8 +++++++- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/web/src/pages/index.astro b/web/src/pages/index.astro index e87d200..26b0634 100644 --- a/web/src/pages/index.astro +++ b/web/src/pages/index.astro @@ -6,11 +6,20 @@ import Base from "src/layout/Base.astro"
-
- breadone dot net +
+
+

breadone dot net

+ +
+ now • + posts • + photos • + software +
+
-
+
content
diff --git a/web/src/styles/global.css b/web/src/styles/global.css index 7988cd8..98fdeed 100644 --- a/web/src/styles/global.css +++ b/web/src/styles/global.css @@ -1,5 +1,11 @@ @import "tailwindcss"; html body { - @apply w-[61%] mx-auto h-full font-[Georgia] + @apply font-[Georgia]; + @apply w-[68%] mx-auto mt-14 h-full; + @apply bg-[#f4f4f9]; +} + +a { + @apply hover:underline; } \ No newline at end of file