diff --git a/public/hhivp-mark.svg b/public/hhivp-mark.svg
new file mode 100644
index 0000000..09fdad6
--- /dev/null
+++ b/public/hhivp-mark.svg
@@ -0,0 +1,4 @@
+
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index ec35e62..3d3c45a 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -14,8 +14,10 @@ const year = new Date().getFullYear();
@@ -44,10 +46,21 @@ const year = new Date().getFullYear();
opacity: 0.7;
text-align: center;
}
- .dev-credit a {
+ .dev-credit-link {
+ display: inline-flex;
+ align-items: center;
+ gap: 0.45rem;
color: inherit;
- border-bottom: 1px dashed currentColor;
text-decoration: none;
}
- .dev-credit a:hover { color: var(--accent); border-bottom-color: var(--accent); }
+ .dev-credit-link:hover { color: var(--accent); }
+ .dev-credit-link:hover span { border-bottom-color: var(--accent); }
+ .dev-credit-link span {
+ border-bottom: 1px dashed currentColor;
+ }
+ .dev-credit-mark {
+ flex-shrink: 0;
+ display: block;
+ color: currentColor;
+ }