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%)', transform: 'translate(-50%, -50%)',
pointerEvents: 'none', pointerEvents: 'none',
userSelect: 'none', userSelect: 'none',
zIndex: 0, zIndex: 1,
}} }}
> >
<div <div
style={{ style={{
fontSize: '120px', fontSize: '120px',
fontWeight: '900', fontWeight: '900',
background: 'linear-gradient(135deg, rgba(240, 185, 11, 0.03) 0%, rgba(240, 185, 11, 0.08) 100%)', color: 'rgba(240, 185, 11, 0.15)',
WebkitBackgroundClip: 'text', letterSpacing: '12px',
WebkitTextFillColor: 'transparent',
backgroundClip: 'text',
letterSpacing: '8px',
fontFamily: 'Arial Black, sans-serif', 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 NOFX