feat(desktop/setup): add background effects

This commit is contained in:
Elian Doran
2026-03-26 00:13:03 +02:00
parent db6f034cb5
commit cd97e2c861
3 changed files with 23 additions and 15 deletions

View File

@@ -245,6 +245,11 @@ body.setup {
}
}
body.setup.background-effects,
body.setup.background-effects .setup-container {
background: transparent;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);