diff --git a/frontend/src/GlobalStyles.ts b/frontend/src/GlobalStyles.ts index a9e6217..3642231 100644 --- a/frontend/src/GlobalStyles.ts +++ b/frontend/src/GlobalStyles.ts @@ -8,6 +8,7 @@ const GlobalStyles = createGlobalStyle` padding: 0; margin: 0; box-sizing: border-box; + transition: color, background-color 0.2s ease-out; } body {