no fade in

This commit is contained in:
Ben Varick 2025-10-30 10:17:32 -07:00
parent 60c818f826
commit 34c978086b
Signed by: ben
SSH key fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
10 changed files with 35 additions and 344 deletions

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"Target":"css/main.min.d2b2031ee13d2a625ce1ebcc918fabf5bea7253e2121b3eb8bd6dccdf854d260.css","MediaType":"text/css","Data":{"Integrity":"sha256-0rIDHuE9KmJc4evMkY+r9b6nJT4hIbPri9bczfhU0mA="}}
{"Target":"css/main.min.842355dd2ec6a34552c5ffdca0274879393643308cc04aed4876a79219a88809.css","MediaType":"text/css","Data":{"Integrity":"sha256-hCNV3S7Go0VSxf/coCdIeTk2QzCMwErtSHankhmoiAk="}}

View file

@ -13038,13 +13038,13 @@ html.modal-open {
opacity: 0;
animation: fadeIn ease-in 1;
animation-fill-mode: forwards;
animation-duration: 0.2s; }
animation-duration: 1s; }
.fade-in.one {
animation-delay: 0.1s; }
animation-delay: 0.7s; }
.fade-in.two {
animation-delay: 0.21s; }
animation-delay: 1.4s; }
.fade-in.three {
animation-delay: 0.25s; }
animation-delay: 1.8s; }
a {
color: #00b8d4; }
@ -23314,13 +23314,13 @@ readers do not read off random characters that represent icons */
opacity: 0;
animation: fadeIn ease-in 1;
animation-fill-mode: forwards;
animation-duration: 0.2s; }
animation-duration: 1s; }
.fade-in.one {
animation-delay: 0.1s; }
animation-delay: 0.7s; }
.fade-in.two {
animation-delay: 0.21s; }
animation-delay: 1.4s; }
.fade-in.three {
animation-delay: 0.25s; }
animation-delay: 1.8s; }
a {
color: #00b8d4; }
a:hover {