Skip to content

Commit

Permalink
Make CSS transition simultaneous on Chrome (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden authored Jun 11, 2024
1 parent ffbaa21 commit 72a1e47
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ div.content {
}
}

html,
body {
transition: color 0.3s ease;
}

body * {
transition: inherit;
transition: color 0.4s ease;
}

0 comments on commit 72a1e47

Please sign in to comment.