Sharpen QuitTraq logo visibility in dark mode against fog
This commit is contained in:
parent
3d6d0c2cbe
commit
1bdb73ff95
@ -266,13 +266,13 @@ export function UserHeader({ user, preferences }: UserHeaderProps) {
|
||||
style={{
|
||||
background: theme === 'light'
|
||||
? 'linear-gradient(135deg, #6366f1 0%, #4338ca 100%)'
|
||||
: 'linear-gradient(135deg, #c084fc 0%, #818cf8 50%, #6366f1 100%)',
|
||||
: 'linear-gradient(135deg, #a78bfa 0%, #6366f1 50%, #4f46e5 100%)',
|
||||
WebkitBackgroundClip: 'text',
|
||||
WebkitTextFillColor: 'transparent',
|
||||
backgroundClip: 'text',
|
||||
filter: theme === 'light'
|
||||
? 'drop-shadow(0 2px 4px rgba(99, 102, 241, 0.2))'
|
||||
: 'drop-shadow(0 0 12px rgba(167, 139, 250, 0.4))'
|
||||
: 'drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5))'
|
||||
}}
|
||||
>
|
||||
QuitTraq
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user