diff --git a/frontend/src/App.css b/frontend/src/App.css index ec723fb7..d9641484 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -9,10 +9,7 @@ div.content { } } +html, body { - transition: color 0.3s ease; -} - -body * { - transition: inherit; + transition: color 0.4s ease; }