Sharpen QuitTraq logo visibility in dark mode against fog

This commit is contained in:
Avery Felts 2026-01-27 23:49:44 -07:00
parent 3d6d0c2cbe
commit 1bdb73ff95

View File

@ -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