diff options
| author | Adam <[email protected]> | 2026-02-12 07:16:30 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-12 07:16:30 -0600 |
| commit | 5f421883a8aa92338bee1399532f359c5e986f41 (patch) | |
| tree | 52bf13cf30e6b6f9706475818528dca280d5b1e3 /packages/desktop/src/styles.css | |
| parent | fa97475ee82eaca292a72baa01d7da0ef1695f1b (diff) | |
| download | opencode-5f421883a8aa92338bee1399532f359c5e986f41.tar.gz opencode-5f421883a8aa92338bee1399532f359c5e986f41.zip | |
chore: style loading screen
Diffstat (limited to 'packages/desktop/src/styles.css')
| -rw-r--r-- | packages/desktop/src/styles.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/desktop/src/styles.css b/packages/desktop/src/styles.css index 941fb95d7..143a21312 100644 --- a/packages/desktop/src/styles.css +++ b/packages/desktop/src/styles.css @@ -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; - } -} |
