fix: increase watermark visibility

- Increase color opacity to 0.15
- Add overall opacity 0.6 for better visibility
- Enhance text shadow effect
- Adjust z-index to 1
This commit is contained in:
tinkle-community
2025-12-26 02:14:07 +08:00
parent 60200b8460
commit 4ff9d21783

View File

@@ -709,20 +709,18 @@ export function AdvancedChart({
transform: 'translate(-50%, -50%)',
pointerEvents: 'none',
userSelect: 'none',
zIndex: 0,
zIndex: 1,
}}
>
<div
style={{
fontSize: '120px',
fontWeight: '900',
background: 'linear-gradient(135deg, rgba(240, 185, 11, 0.03) 0%, rgba(240, 185, 11, 0.08) 100%)',
WebkitBackgroundClip: 'text',
WebkitTextFillColor: 'transparent',
backgroundClip: 'text',
letterSpacing: '8px',
color: 'rgba(240, 185, 11, 0.15)',
letterSpacing: '12px',
fontFamily: 'Arial Black, sans-serif',
textShadow: '0 0 40px rgba(240, 185, 11, 0.1)',
textShadow: '0 0 80px rgba(240, 185, 11, 0.25)',
opacity: 0.6,
}}
>
NOFX