aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-06 16:04:30 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-06 16:04:30 -0400
commit6b4c2952e52ee2b8b23067688055011e393f8e4b (patch)
treed3756accbaeea450538b80d4f89e28c7ee578b73 /ufund-ui
parent7df725c6e048ceaf5b8228f6157372c90cc9cc58 (diff)
downloadJellySolutions-6b4c2952e52ee2b8b23067688055011e393f8e4b.tar.gz
JellySolutions-6b4c2952e52ee2b8b23067688055011e393f8e4b.tar.bz2
JellySolutions-6b4c2952e52ee2b8b23067688055011e393f8e4b.zip
Increase animation speed
Diffstat (limited to 'ufund-ui')
-rw-r--r--ufund-ui/src/styles.css2
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"] {