diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index 903e877f4..518056f69 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 e48a4dc10..7609d8d08 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,5 +22,7 @@ hero: + +
Wallpaper by Allec Gomes on Unspash.com
diff --git a/docs/public/img/screenshot-1.png b/docs/public/img/screenshot-1.png index 8abc0fa14..3e3a7f133 100644 Binary files a/docs/public/img/screenshot-1.png and b/docs/public/img/screenshot-1.png differ diff --git a/docs/public/img/screenshot-2.png b/docs/public/img/screenshot-2.png index a525da92d..6ec90c8d5 100644 Binary files a/docs/public/img/screenshot-2.png and b/docs/public/img/screenshot-2.png differ diff --git a/docs/public/img/screenshot-3.png b/docs/public/img/screenshot-3.png index 6e77c1cb2..8f1e89d96 100644 Binary files a/docs/public/img/screenshot-3.png and b/docs/public/img/screenshot-3.png differ diff --git a/docs/public/img/screenshot-4.png b/docs/public/img/screenshot-4.png index 25aa91319..06d032ea2 100644 Binary files a/docs/public/img/screenshot-4.png and b/docs/public/img/screenshot-4.png differ diff --git a/docs/public/img/screenshot-5.png b/docs/public/img/screenshot-5.png index 0580c44b8..2ebcbb3e2 100644 Binary files a/docs/public/img/screenshot-5.png and b/docs/public/img/screenshot-5.png differ diff --git a/docs/public/img/screenshot-6.png b/docs/public/img/screenshot-6.png index 8526818ce..e440b954c 100644 Binary files a/docs/public/img/screenshot-6.png and b/docs/public/img/screenshot-6.png differ