Change header banner to black/dark blue gradient
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
85cdf95174
commit
f82c88f892
@ -45,7 +45,7 @@ export function UserHeader({ user }: UserHeaderProps) {
|
||||
|
||||
return (
|
||||
<header className="border-b border-white/10" style={{
|
||||
background: 'linear-gradient(135deg, rgba(147, 112, 219, 0.9) 0%, rgba(138, 99, 210, 0.85) 50%, rgba(123, 82, 195, 0.9) 100%)',
|
||||
background: 'linear-gradient(135deg, rgba(10, 10, 20, 0.95) 0%, rgba(20, 30, 60, 0.9) 50%, rgba(15, 25, 50, 0.95) 100%)',
|
||||
backdropFilter: 'blur(10px)',
|
||||
}}>
|
||||
<div className="container mx-auto px-4 py-4 flex items-center justify-between">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user