mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-15 00:36:56 +08:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user