Skip to content

Commit

Permalink
feat: change transition
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl committed Dec 7, 2024
1 parent d948f1d commit 52b5319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/common.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* {
transition: background-color 500ms ease, color 100ms ease;
transition: background-color 350ms ease, color 50ms ease;
}

html {
Expand All @@ -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 {
Expand Down

0 comments on commit 52b5319

Please sign in to comment.