From 7012c4b1e809905839b4fa295f18e934b87b8710 Mon Sep 17 00:00:00 2001 From: Avery Felts Date: Wed, 28 Jan 2026 00:08:24 -0700 Subject: [PATCH] Slow down header fog for a more 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 c546ea0..570a8c3 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 15s linear infinite; + animation: fog-drift 45s linear infinite; opacity: 0.8; filter: blur(15px); } @@ -601,8 +601,8 @@ background-image: url('/smoke.svg'); background-repeat: repeat; background-size: 350px 350px; - animation: fog-drift 10s linear infinite reverse; - animation-delay: -5s; + animation: fog-drift 35s linear infinite reverse; + animation-delay: -10s; opacity: 0.6; filter: blur(10px); } \ No newline at end of file