diff --git a/.env.local b/.env.local index dac45ac8..f8b077a7 100644 --- a/.env.local +++ b/.env.local @@ -1,2 +1,3 @@ # 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables -NEXT_PUBLIC_VERSION=3.5.0 \ No newline at end of file +NEXT_PUBLIC_VERSION=3.5.0 +NOTION_PAGE_ID=bee1fccfa3bd47a1a7be83cc71372d83 \ No newline at end of file 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/LayoutBase.js b/themes/hexo/LayoutBase.js index ff45d646..537f0fad 100644 --- a/themes/hexo/LayoutBase.js +++ b/themes/hexo/LayoutBase.js @@ -64,7 +64,7 @@ const LayoutBase = props => { id="container-inner" className="pt-14 w-full mx-auto lg:flex lg:space-x-4 justify-center" > -