diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-06 16:04:30 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-06 16:04:30 -0400 |
commit | 6b4c2952e52ee2b8b23067688055011e393f8e4b (patch) | |
tree | d3756accbaeea450538b80d4f89e28c7ee578b73 /ufund-ui/src/styles.css | |
parent | 7df725c6e048ceaf5b8228f6157372c90cc9cc58 (diff) | |
download | JellySolutions-6b4c2952e52ee2b8b23067688055011e393f8e4b.tar.gz JellySolutions-6b4c2952e52ee2b8b23067688055011e393f8e4b.tar.bz2 JellySolutions-6b4c2952e52ee2b8b23067688055011e393f8e4b.zip |
Increase animation speed
Diffstat (limited to '')
-rw-r--r-- | ufund-ui/src/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index 44f6107..876c6f6 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -7,7 +7,7 @@ * { box-sizing: border-box; color: var(--foreground-color); - transition: all ease-in-out .3s; + transition: color, background-color ease-in-out .1s; } [theme="light"] { |