diff --git a/src/components/Nav.astro b/src/components/Nav.astro
index b494437..2bb1a58 100644
--- a/src/components/Nav.astro
+++ b/src/components/Nav.astro
@@ -30,7 +30,7 @@ const paths = [
];
---
-
+
- Skip to main content
-
@@ -52,58 +54,9 @@ const { title, width = "compact" } = Astro.props;
},
]}
/>
-
{title}
-
-
+
@@ -139,11 +92,32 @@ const { title, width = "compact" } = Astro.props;
max-width: 600px;
margin: 0 auto;
}
+
+ .dark header::after {
+ content: "";
+ position: absolute;
+ width: 15px;
+ height: 15px;
+ color: red;
+ background: url("data:image/svg+xml,%3Csvg viewBox='0 0 249 249' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248.5 0H0V249C0.268799 111.435 111.423 0 248.5 0Z' fill='%2316161e'/%3E%3C/svg%3E");
+ }
+
+ .dark header::before {
+ content: "";
+ position: absolute;
+ width: 10px;
+ height: 10px;
+ right: 0px;
+ bottom: -10px;
+ transform: rotate(90deg);
+ color: red;
+ background: url("data:image/svg+xml,%3Csvg viewBox='0 0 249 249' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248.5 0H0V249C0.268799 111.435 111.423 0 248.5 0Z' fill='%2316161e'/%3E%3C/svg%3E");
+ }
-