Clean up QuitTraq logo - removed smudge shadow and refined colors
This commit is contained in:
parent
1bdb73ff95
commit
57bb0eb42a
@ -261,18 +261,18 @@ export function UserHeader({ user, preferences }: UserHeaderProps) {
|
|||||||
<div className="container mx-auto px-4 py-3 sm:py-4 flex items-center justify-between relative z-50">
|
<div className="container mx-auto px-4 py-3 sm:py-4 flex items-center justify-between relative z-50">
|
||||||
<div className="flex items-center gap-4 sm:gap-8">
|
<div className="flex items-center gap-4 sm:gap-8">
|
||||||
<h1
|
<h1
|
||||||
className="text-2xl sm:text-3xl font-extrabold cursor-pointer transition-all duration-300 hover:scale-105 tracking-tighter"
|
className="text-2xl sm:text-3xl font-bold cursor-pointer transition-all duration-300 hover:scale-105 tracking-tight"
|
||||||
onClick={() => handleNavigate('/')}
|
onClick={() => handleNavigate('/')}
|
||||||
style={{
|
style={{
|
||||||
background: theme === 'light'
|
background: theme === 'light'
|
||||||
? 'linear-gradient(135deg, #6366f1 0%, #4338ca 100%)'
|
? 'linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%)'
|
||||||
: 'linear-gradient(135deg, #a78bfa 0%, #6366f1 50%, #4f46e5 100%)',
|
: 'linear-gradient(135deg, #a78bfa 0%, #f472b6 100%)',
|
||||||
WebkitBackgroundClip: 'text',
|
WebkitBackgroundClip: 'text',
|
||||||
WebkitTextFillColor: 'transparent',
|
WebkitTextFillColor: 'transparent',
|
||||||
backgroundClip: 'text',
|
backgroundClip: 'text',
|
||||||
filter: theme === 'light'
|
filter: theme === 'light'
|
||||||
? 'drop-shadow(0 2px 4px rgba(99, 102, 241, 0.2))'
|
? 'none'
|
||||||
: 'drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5))'
|
: 'drop-shadow(0 0 10px rgba(167, 139, 250, 0.4))'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
QuitTraq
|
QuitTraq
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user