diff --git a/public/smoke.svg b/public/smoke.svg
index 03d5e17..5178c04 100644
--- a/public/smoke.svg
+++ b/public/smoke.svg
@@ -5,7 +5,7 @@
baseFrequency="0.04"
numOctaves="6"
stitchTiles="stitch" />
-
+
diff --git a/src/app/globals.css b/src/app/globals.css
index 570a8c3..dd94f1b 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -593,8 +593,8 @@
background-repeat: repeat;
background-size: 400px 400px;
animation: fog-drift 45s linear infinite;
- opacity: 0.8;
- filter: blur(15px);
+ opacity: 0.9;
+ filter: blur(8px);
}
.fog-layer-2 {
@@ -603,6 +603,6 @@
background-size: 350px 350px;
animation: fog-drift 35s linear infinite reverse;
animation-delay: -10s;
- opacity: 0.6;
- filter: blur(10px);
+ opacity: 0.7;
+ filter: blur(5px);
}
\ No newline at end of file
diff --git a/src/components/UserHeader.tsx b/src/components/UserHeader.tsx
index 75050f7..e539a70 100644
--- a/src/components/UserHeader.tsx
+++ b/src/components/UserHeader.tsx
@@ -233,7 +233,7 @@ export function UserHeader({ user, preferences }: UserHeaderProps) {
{/* Subtle moving fog layers - CSS procedural animation */}