From 9201171936f3884c5bed07432de44c155b08a7fd Mon Sep 17 00:00:00 2001 From: Avery Felts Date: Tue, 27 Jan 2026 23:25:33 -0700 Subject: [PATCH] Boost header fog visibility and speed --- public/smoke.svg | 6 +++--- src/app/globals.css | 12 ++++++------ src/components/UserHeader.tsx | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/public/smoke.svg b/public/smoke.svg index 25f04c2..06a0921 100644 --- a/public/smoke.svg +++ b/public/smoke.svg @@ -2,10 +2,10 @@ - + diff --git a/src/app/globals.css b/src/app/globals.css index 9a431fe..42ba3b7 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -591,15 +591,15 @@ .fog-layer-1 { background-image: url('/smoke.svg'); background-repeat: repeat; - background-size: 500px 500px; - animation: fog-drift 60s linear infinite; - opacity: 0.4; + background-size: 600px 600px; + animation: fog-drift 30s linear infinite; + opacity: 0.6; } .fog-layer-2 { background-image: url('/smoke.svg'); background-repeat: repeat; - background-size: 400px 400px; - animation: fog-drift 40s linear infinite reverse; - opacity: 0.3; + background-size: 500px 500px; + animation: fog-drift 20s linear infinite reverse; + opacity: 0.5; } \ No newline at end of file diff --git a/src/components/UserHeader.tsx b/src/components/UserHeader.tsx index 4c5ec65..63ff982 100644 --- a/src/components/UserHeader.tsx +++ b/src/components/UserHeader.tsx @@ -230,7 +230,7 @@ export function UserHeader({ user, preferences }: UserHeaderProps) {
{/* Subtle moving fog layers - CSS procedural animation */} -
+