feat: initialize frosted glass setting

This commit is contained in:
Tim
2025-08-16 17:57:42 +08:00
parent 79261054f9
commit bcbdff8768
9 changed files with 115 additions and 7 deletions

View File

@@ -143,7 +143,7 @@ function fallbackThemeTransition(applyFn) {
background-color: ${currentBg};
z-index: 9999;
pointer-events: none;
backdrop-filter: blur(1px);
backdrop-filter: var(--blur-1);
`
document.body.appendChild(transitionElement)