From b19b867958253b159ae007bcc90f8fa33926882a Mon Sep 17 00:00:00 2001 From: Avery Felts Date: Wed, 28 Jan 2026 00:19:17 -0700 Subject: [PATCH] Slightly slow down header fog for calming effect --- src/app/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index dd94f1b..1d017ea 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -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); } \ No newline at end of file