diff --git a/index.html b/index.html index 9449544..2bf50df 100644 --- a/index.html +++ b/index.html @@ -25,15 +25,15 @@ } html { - background-color: var(--bg) !important; + background: transparent !important; } body { - background-color: var(--bg) !important; + background: transparent !important; } #root { - background-color: var(--bg) !important; + background: transparent !important; visibility: hidden; } diff --git a/src/App.tsx b/src/App.tsx index 0f8dffe..ff2b8a4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -66,6 +66,13 @@ const App: React.FC = () => { zIndex: -1 }} /> + {/* 毛玻璃蒙版层 */} +