diff --git a/templates/index.html b/templates/index.html index 87a1906..92b59c1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -54,6 +54,17 @@ if(downloadBody){fetchDownloads();setInterval(fetchDownloads,4000)} @keyframes rowIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes downloadPulse{0%,100%{box-shadow:0 0 0 rgba(113,60,158,0)}50%{box-shadow:0 0 14px rgba(146,87,194,.35)}}@keyframes progressShimmer{from{transform:translateX(-100%)}to{transform:translateX(100%)}} @media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}} +