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

@@ -131,7 +131,7 @@ const goToNewPost = () => {
cursor: pointer;
z-index: 1000;
display: flex;
backdrop-filter: blur(5px);
backdrop-filter: var(--blur-5);
justify-content: center;
align-items: center;
}