From 52b5319b86d7f5eb26f00a54f0c526bf7125f1de Mon Sep 17 00:00:00 2001 From: dewanakl Date: Sat, 7 Dec 2024 12:03:26 +0700 Subject: [PATCH] feat: change transition --- css/common.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/common.css b/css/common.css index 7b0e66e..18afe23 100644 --- a/css/common.css +++ b/css/common.css @@ -1,5 +1,5 @@ * { - transition: background-color 500ms ease, color 100ms ease; + transition: background-color 350ms ease, color 50ms ease; } html { @@ -14,11 +14,11 @@ body { } svg { - transition: background-color 500ms ease; + transition: background-color 350ms ease; } svg>path { - transition: color 500ms ease; + transition: color 350ms ease; } .bg-theme-light {