add background color transition

This commit is contained in:
2024-05-31 16:02:00 +02:00
parent 7d88da6667
commit 967a0c5c27

@ -16,6 +16,8 @@ export const GlobalLayout = createGlobalStyle`
overflow-x: hidden;
color: ${({ theme }) => theme.text};
background-color: ${({ theme }) => theme.background};
transition: background 0.3s ease-in-out;
}
a {