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 {