diff options
Diffstat (limited to 'assets/css/components')
| -rw-r--r-- | assets/css/components/hero.css | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/assets/css/components/hero.css b/assets/css/components/hero.css index a1f93fc..9672ffd 100644 --- a/assets/css/components/hero.css +++ b/assets/css/components/hero.css @@ -16,12 +16,12 @@ #matrix-canvas { position: absolute; inset: 0; - opacity: 0.13; + opacity: 0.25; pointer-events: none; } html.theme-light #matrix-canvas { - opacity: 0.18; + opacity: 0.35; } .hero-content { @@ -77,20 +77,6 @@ html.theme-light #matrix-canvas { max-width: 400px; } -/* Scanlines effect on canvas */ -#matrix-canvas::after { - content: ''; - position: absolute; - inset: 0; - background: repeating-linear-gradient( - 0deg, - rgba(0, 0, 0, 0.15), - rgba(0, 0, 0, 0.15) 1px, - transparent 1px, - transparent 2px - ); - pointer-events: none; -} /* Ambient glow behind hero */ .hero::before { |
