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

@@ -35,7 +35,7 @@ const goLogin = () => {
left: 0;
right: 0;
bottom: 0;
backdrop-filter: blur(4px);
backdrop-filter: var(--blur-4);
z-index: 1;
}