mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-26 07:55:49 +01:00
10 lines
205 B
CSS
10 lines
205 B
CSS
/**
|
|
* Copyright 2026 Signal Messenger, LLC
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
@theme {
|
|
--default-transition-duration: 120ms;
|
|
--default-transition-timing-function: var(--ease-out-cubic);
|
|
}
|