chore: style loading screen

This commit is contained in:
Adam 2026-02-12 07:16:30 -06:00
parent fa97475ee8
commit 5f421883a8
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
8 changed files with 177 additions and 85 deletions

View file

@ -5,13 +5,3 @@ button#decorum-tb-close,
div[data-tauri-decorum-tb] {
height: calc(var(--spacing) * 10) !important;
}
@keyframes pulse-splash {
0%,
100% {
opacity: 0.1;
}
50% {
opacity: 0.3;
}
}