From 6fca640fd8bca269e9295618175f62639b31053f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 6 Mar 2026 16:22:01 -0600 Subject: [PATCH] feat: update layout's width --- src/layouts/BaseLayout.astro | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 20bc9f8..81cb1f9 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -78,12 +78,16 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`;
- +
- + +
+ +
+
@@ -133,9 +137,9 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`; } :global(.dark) .bg { - --bg-primary: #332f2e; - --bg-secondary: #44403c; - --bg-tertiary: #57534e; + --bg-primary: #3b3836; + --bg-secondary: #332f2e; + --bg-tertiary: #44403c; } .bg2 {