diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/components/hero.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/components/hero.css b/assets/css/components/hero.css index 9672ffd..567a3e9 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.25; + opacity: 0.4; pointer-events: none; } html.theme-light #matrix-canvas { - opacity: 0.35; + opacity: 0.5; } .hero-content { |
