From 0677f154dc20e4ec9d46733dff9cab95aac720b1 Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 15 May 2026 21:37:55 -0500 Subject: [PATCH] Strengthen mobile header top blend --- src/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/style.css b/src/style.css index 1c6aae1..39f4d7d 100644 --- a/src/style.css +++ b/src/style.css @@ -245,6 +245,18 @@ body.menu-open { } @media (max-width: 900px) { + .intro-header { + background: + linear-gradient( + to bottom, + #0a0a0a 0%, + #0a0a0a 30%, + rgba(10, 10, 10, 0.96) 48%, + rgba(10, 10, 10, 0.62) 72%, + rgba(10, 10, 10, 0) 100% + ); + } + .intro-header > div { padding-top: 1rem; padding-bottom: 0.5rem;