From 16a6be69f861f8eb0d56972dfffc3b00c21625d7 Mon Sep 17 00:00:00 2001 From: tangly Date: Wed, 19 Oct 2022 12:46:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=20=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=B8=83=E5=B1=80=20=E6=AF=9B=E7=8E=BB=E7=92=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/globals.css | 2 +- themes/hexo/components/NavButtonGroup.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index e5eda977..7899bd3d 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -124,7 +124,7 @@ nav { .glassmorphism{ - background: hsla(0, 0%, 100%, .75); + background: hsla(0, 0%, 100%, .05); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } diff --git a/themes/hexo/components/NavButtonGroup.js b/themes/hexo/components/NavButtonGroup.js index 8b2aba3e..fc82afe0 100644 --- a/themes/hexo/components/NavButtonGroup.js +++ b/themes/hexo/components/NavButtonGroup.js @@ -10,10 +10,10 @@ import Link from 'next/link' const NavButtonGroup = (props) => { const { categories } = props - return