Skip to content

Commit

Permalink
feat: change animation
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl committed Sep 13, 2024
1 parent a7005c4 commit a3e104c
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 300ms ease, color 50ms ease;
transition: background-color 350ms ease, color 50ms ease;
}

html {
Expand All @@ -14,11 +14,11 @@ body {
}

svg {
transition: background-color 300ms ease;
transition: background-color 350ms ease;
}

svg>path {
transition: color 300ms ease;
transition: color 350ms ease;
}

.bg-theme-light {
Expand Down

0 comments on commit a3e104c

Please sign in to comment.