diff --git a/astro.config.ts b/astro.config.ts
index e04bd90..1d938ed 100644
--- a/astro.config.ts
+++ b/astro.config.ts
@@ -88,14 +88,14 @@ export default defineConfig({
type: 'element',
tagName: 'path',
properties: {
- d: 'm7.374 15.182 7.85-7.849 1.413 1.414-7.848 7.85z',
+ d: 'M2.6 21.4c2 2 5.9 2.9 8.9 0l3.5-3.5-1-1-3.5 3.5c-1.4 1.4-4.2 1.9-6.4-.3s-1.8-5-.3-6.4l3.5-3.5-1-1-3.5 3.5c-3 3-2 6.9 0 8.9ZM21.4 2.6c2 2 2.9 5.9 0 8.9L17.9 15l-1-1 3.5-3.5c1.4-1.4 1.9-4.2-.3-6.4s-5-1.8-6.4-.3l-3.5 3.5-1-1 3.5-3.5c3-3 6.9-2 8.9 0Z',
},
},
{
type: 'element',
tagName: 'path',
properties: {
- d: 'M10.6 20c-1.8 1.8-4.7 1.8-6.5 0-.9-.9-1.4-2-1.4-3.3s.5-2.4 1.4-3.3l3.8-3.8-1.4-1.4-4.2 4.2c-2.5 2.5-2.5 6.7 0 9.3 1.3 1.3 3 1.9 4.6 1.9s3.4-.6 4.6-1.9l4.2-4.2-1.4-1.4-3.8 3.8ZM21.7 2.3C20.5 1.1 18.8.4 17.1.4s-3.4.7-4.6 1.9L8.3 6.5l1.4 1.4 3.8-3.8c1.8-1.8 4.7-1.8 6.5 0 .9.9 1.4 2 1.4 3.3s-.5 2.4-1.4 3.3l-3.8 3.8 1.4 1.4 4.2-4.2c1.2-1.2 1.9-2.9 1.9-4.6s-.7-3.4-1.9-4.6Z',
+ d: 'm8.01 14.97 6.93-6.93 1.061 1.06-6.93 6.93z',
},
},
],
diff --git a/src/assets/icons/anchor-link-bold.svg b/src/assets/icons/anchor-link-bold.svg
deleted file mode 100644
index 7a4f59b..0000000
--- a/src/assets/icons/anchor-link-bold.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/src/assets/icons/anchor-link.svg b/src/assets/icons/anchor-link.svg
new file mode 100644
index 0000000..407ef7b
--- /dev/null
+++ b/src/assets/icons/anchor-link.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/pin-icon.svg b/src/assets/icons/pin-icon.svg
index c797e6e..9750f3f 100644
--- a/src/assets/icons/pin-icon.svg
+++ b/src/assets/icons/pin-icon.svg
@@ -1,3 +1,3 @@
\ No newline at end of file
diff --git a/src/styles/extend.css b/src/styles/extend.css
index ab46e86..dd4050f 100644
--- a/src/styles/extend.css
+++ b/src/styles/extend.css
@@ -8,7 +8,7 @@
/* Heading Anchor Link */
.heading-anchor-link {
- --at-apply: 'inline-block translate-y-0.04em c-secondary/0';
+ --at-apply: 'inline-block translate-y-0.1em c-secondary/0';
}
h1:hover .heading-anchor-link,
h2:hover .heading-anchor-link,
@@ -17,7 +17,7 @@ h4:hover .heading-anchor-link {
--at-apply: 'c-secondary/40';
}
.heading-anchor-link svg {
- --at-apply: 'ml-0.4em aspect-square w-0.8em transition-colors active:scale-90 hover:c-secondary/80';
+ --at-apply: 'ml-0.4em aspect-square w-0.9em transition-colors active:scale-90 hover:c-secondary/80';
}
/* Video */