Update fog transparency to 30%
This commit is contained in:
parent
3b1736f828
commit
184936e895
@ -233,7 +233,7 @@ export function UserHeader({ user, preferences }: UserHeaderProps) {
|
|||||||
{/* Subtle moving fog layers - CSS procedural animation */}
|
{/* Subtle moving fog layers - CSS procedural animation */}
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"absolute inset-0 z-10 opacity-20 pointer-events-none transition-all duration-1000",
|
"absolute inset-0 z-10 opacity-30 pointer-events-none transition-all duration-1000",
|
||||||
theme === 'dark' ? "mix-blend-screen" : "mix-blend-multiply"
|
theme === 'dark' ? "mix-blend-screen" : "mix-blend-multiply"
|
||||||
)}
|
)}
|
||||||
style={{ filter: theme === 'dark' ? 'invert(1)' : 'none' }}
|
style={{ filter: theme === 'dark' ? 'invert(1)' : 'none' }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user