From 55b177fc2f41fa8a041acfe940c93478c90ab149 Mon Sep 17 00:00:00 2001 From: Ad-closeNN <1709301095@qq.com> Date: Sat, 25 Apr 2026 17:14:48 +0800 Subject: [PATCH] =?UTF-8?q?style(navbar):=20=E5=8A=A0=E5=85=A5=E6=96=B0=20?= =?UTF-8?q?blur=20=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Navbar.astro | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 6223d5c..2ee0c8b 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -24,7 +24,8 @@ let links: NavBarLink[] = navBarConfig.links.map(
+ "navbar-blur card-base relative isolate !overflow-visible max-w-[var(--page-width)] h-[4.5rem] !rounded-t-none mx-auto flex items-center justify-between px-4 !bg-white/45 dark:!bg-slate-900/35 backdrop-blur-xl backdrop-saturate-150 border-x border-b border-white/35 dark:border-white/10 shadow-[0_8px_24px_rgba(15,23,42,0.08)] dark:shadow-[0_8px_24px_rgba(2,6,23,0.22)]"]}> +
@@ -104,6 +105,18 @@ function loadButtonScript() { loadButtonScript(); + + {import.meta.env.PROD &&