From bd27e3608b851c58f29636bb617b48b944a2ab21 Mon Sep 17 00:00:00 2001 From: zxa666 <zxadeguge@gmail.com> Date: Wed, 25 Sep 2024 19:24:44 +0800 Subject: [PATCH] try new feature on navbar --- src/components/Navbar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Navbar.css b/src/components/Navbar.css index 4d096bb..298cc49 100644 --- a/src/components/Navbar.css +++ b/src/components/Navbar.css @@ -7,7 +7,8 @@ .apple-navbar { - background-color: rgba(255, 255, 255, 0.8); + /* background-color: rgba(255, 255, 255, 0.8); */ + background-color: rgba(245, 245, 220,0.8); backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 0; -- GitLab