diff options
| author | Henry Jameson <me@hjkos.com> | 2024-09-17 22:56:06 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-09-17 22:57:39 +0300 |
| commit | 05577aea546296e675c2722d248bf7f515961c0d (patch) | |
| tree | 8feaf9efe903cdddc0f1fe2e3ed9641d1f5df776 /index.html | |
| parent | 7550b8cbd2152c86fb32258c846c1ad2fe139c89 (diff) | |
replace toSorted with sort, add artist credit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -29,6 +29,13 @@ font-size: calc(1vw + 1vh + 1vmin); } + #splash-credit { + position: absolute; + font-size: 14px; + bottom: 0; + right: 0; + } + #splash-container { align-items: center; } @@ -98,6 +105,12 @@ width: 100%; text-align: center; } + + @media (prefers-reduced-motion) { + #throbber { + animation: none; + } + } </style> <style id="pleroma-eager-styles" type="text/css"></style> <style id="pleroma-lazy-styles" type="text/css"></style> @@ -107,6 +120,9 @@ <noscript>To use Pleroma, please enable JavaScript.</noscript> <!-- putting styles here to avoid having to wait for styles to load up --> <div id="splash"> + <div id="splash-credit"> + Art by pipivovott + </div> <div id="splash-container"> <div id="mascot-container"> <div id="throbber"> |
