From 27b56faebe5fb143ceef23291d31e5ba58a7800c Mon Sep 17 00:00:00 2001 From: nercone-dev Date: Tue, 14 Apr 2026 08:20:02 +0900 Subject: [PATCH] -- --- public/assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index b1fe05e..dcad966 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -35,9 +35,10 @@ header::before { inset: 0; z-index: -1; backdrop-filter: blur(12px); - background: linear-gradient(to bottom, #1A1A1A 0%, transparent 100%), #1A1A1A80; + background: linear-gradient(to bottom, #1A1A1A 0%, transparent 50%), #1A1A1A80; mask-image: linear-gradient(to bottom, black 0%, + black 50%, transparent 100% ); }