Slightly slow down header fog for calming effect

This commit is contained in:
Avery Felts 2026-01-28 00:19:17 -07:00
parent 83c4955b9b
commit b19b867958

View File

@ -592,7 +592,7 @@
background-image: url('/smoke.svg');
background-repeat: repeat;
background-size: 400px 400px;
animation: fog-drift 45s linear infinite;
animation: fog-drift 60s linear infinite;
opacity: 0.9;
filter: blur(8px);
}
@ -601,8 +601,8 @@
background-image: url('/smoke.svg');
background-repeat: repeat;
background-size: 350px 350px;
animation: fog-drift 35s linear infinite reverse;
animation-delay: -10s;
animation: fog-drift 50s linear infinite reverse;
animation-delay: -15s;
opacity: 0.7;
filter: blur(5px);
}