diff options
-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"] { |