diff --git a/src/components/Header.astro b/src/components/Header.astro
index 63eabe9..1ec1cf6 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -11,7 +11,6 @@ const currentPath = pathname.slice(1);
id="nav"
class="fixed flex flex-wrap md:flex-nowrap md:justify-start inset-x-0 top-0 w-full z-50"
>
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
+
@@ -91,14 +91,84 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`;
+
+
diff --git a/src/styles/global.css b/src/styles/global.css
index 7437b51..f433fad 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -50,8 +50,9 @@
:root {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
+
--theme-transition: 0.3s ease;
- color-scheme: light;
+ --scroll-offset: 0px;
}
:root:where(.dark, .dark *) {
@@ -73,9 +74,6 @@
}
body {
- margin: 0;
- padding: 0;
- overflow-x: hidden;
--swup-fade-theme-duration: 0.2s;
}