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