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