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: + +
Wallpaper by Allec Gomes on Unspash.com
diff --git a/docs/public/img/screenshot-1.png b/docs/public/img/screenshot-1.png index 8abc0fa1..3e3a7f13 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 a525da92..6ec90c8d 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 6e77c1cb..8f1e89d9 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 25aa9131..06d032ea 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 0580c44b..2ebcbb3e 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 8526818c..e440b954 100644 Binary files a/docs/public/img/screenshot-6.png and b/docs/public/img/screenshot-6.png differ