diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css
index 903e877f..518056f6 100644
--- a/docs/.vitepress/theme/custom.css
+++ b/docs/.vitepress/theme/custom.css
@@ -17,4 +17,13 @@
width: 320px;
border-radius: 16px;
}
+ .credits {
+ font-size: 0.8rem;
+ text-align: center;
+ grid-column: 1 / -1;
+ a {
+ color: var(--vp-c-brand);
+ text-decoration: underline;
+ }
+ }
}
diff --git a/docs/index.md b/docs/index.md
index e48a4dc1..7609d8d0 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -22,5 +22,7 @@ hero:
+
+